"Lost connection to MySQL server during query" when trying to connect to MySQL-4.1 without

"Lost connection to MySQL server during query" when trying to connect to MySQL-4.1 without

am 13.12.2002 11:38:46 von Jocelyn Fournier

Hi,

How-to-repeat :

[root@forum] /usr/local/mysql-4.1/sql> mysql
ERROR 2013: Lost connection to MySQL server during query

[root@forum] /usr/local/mysql-4.1/sql> mysql -uroot
<11:35:27
ERROR 2013: Lost connection to MySQL server during query

[root@forum] /usr/local/mysql-4.1/sql> mysql -uroot -p
<11:36:59
Enter password: (no password entered)
ERROR 2013: Lost connection to MySQL server during query

[root@forum] /usr/local/mysql-4.1/sql> mysql -uroot -p
<11:37:08
Enter password: (wrong password entered)
ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES)

Regards,
Jocelyn


------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail bugs-thread13269@lists.mysql.com
To unsubscribe, e-mail

Re: "Lost connection to MySQL server during query" when trying to connect to MySQL-4.1 wit

am 14.12.2002 10:23:59 von Georg Richter

On Friday 13 December 2002 11:38, Jocelyn Fournier wrote:

Hello Jocelyn,

it works fine here..
do you use the latest version? Peter fixed this a few days
before...

Regards

Georg


> Hi,
>
> How-to-repeat :
>
> [root@forum] /usr/local/mysql-4.1/sql> mysql
> ERROR 2013: Lost connection to MySQL server during query
>
> [root@forum] /usr/local/mysql-4.1/sql> mysql -uroot
> <11:35:27
> ERROR 2013: Lost connection to MySQL server during query
>
> [root@forum] /usr/local/mysql-4.1/sql> mysql -uroot -p
> <11:36:59
> Enter password: (no password entered)
> ERROR 2013: Lost connection to MySQL server during query
>
> [root@forum] /usr/local/mysql-4.1/sql> mysql -uroot -p
> <11:37:08
> Enter password: (wrong password entered)
> ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES)
>
> Regards,
> Jocelyn
>
>
> ------------------------------------------------------------ ---------
> Before posting, please check:
> http://www.mysql.com/manual.php (the manual)
> http://lists.mysql.com/ (the list archive)
>
> To request this thread, e-mail bugs-thread13269@lists.mysql.com
> To unsubscribe, e-mail

------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail bugs-thread13272@lists.mysql.com
To unsubscribe, e-mail

Re: "Lost connection to MySQL server during query" when trying to connect to MySQL-4.1 wit

am 14.12.2002 15:06:05 von Sinisa Milivojevic

Jocelyn Fournier writes:
> Hi,
>
> How-to-repeat :
>
> [root@forum] /usr/local/mysql-4.1/sql> mysql
> ERROR 2013: Lost connection to MySQL server during query
>
> [root@forum] /usr/local/mysql-4.1/sql> mysql -uroot
> <11:35:27
> ERROR 2013: Lost connection to MySQL server during query
>
> [root@forum] /usr/local/mysql-4.1/sql> mysql -uroot -p
> <11:36:59
> Enter password: (no password entered)
> ERROR 2013: Lost connection to MySQL server during query
>
> [root@forum] /usr/local/mysql-4.1/sql> mysql -uroot -p
> <11:37:08
> Enter password: (wrong password entered)
> ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES)
>
> Regards,
> Jocelyn

Sorry, but I was not able to repeat your bug.

This is what I get :

mysql -e "grant usage on *.* to zika@localhost identified by 'zika'"

mysql -u zika
ERROR 1045: Access denied for user: 'zika@localhost' (Using password: NO)
[/mnt/work/mysql-4.1]$ mysql -u zika -p
Enter password:
ERROR 1045: Access denied for user: 'zika@localhost' (Using password: NO)



--
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer
/_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus
<___/ www.mysql.com

Join MySQL Users Conference and Expo:
http://www.mysql.com/events/uc2003/


------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail bugs-thread13273@lists.mysql.com
To unsubscribe, e-mail

Re: "Lost connection to MySQL server during query" when trying to connect to MySQL-4.1 wit

am 14.12.2002 15:10:43 von Jocelyn Fournier

Hi Georg,

It works fine for me too with the latest bk tree, so no more bugs here ;)

Regards,
Jocelyn
----- Original Message -----
From: "Georg Richter"
To: "Jocelyn Fournier" ;
Sent: Saturday, December 14, 2002 9:23 AM
Subject: Re: "Lost connection to MySQL server during query" when trying to
connect to MySQL-4.1 without password


> On Friday 13 December 2002 11:38, Jocelyn Fournier wrote:
>
> Hello Jocelyn,
>
> it works fine here..
> do you use the latest version? Peter fixed this a few days
> before...
>
> Regards
>
> Georg
>
>
> > Hi,
> >
> > How-to-repeat :
> >
> > [root@forum] /usr/local/mysql-4.1/sql> mysql
> > ERROR 2013: Lost connection to MySQL server during query
> >
> > [root@forum] /usr/local/mysql-4.1/sql> mysql -uroot
> > <11:35:27
> > ERROR 2013: Lost connection to MySQL server during query
> >
> > [root@forum] /usr/local/mysql-4.1/sql> mysql -uroot -p
> > <11:36:59
> > Enter password: (no password entered)
> > ERROR 2013: Lost connection to MySQL server during query
> >
> > [root@forum] /usr/local/mysql-4.1/sql> mysql -uroot -p
> > <11:37:08
> > Enter password: (wrong password entered)
> > ERROR 1045: Access denied for user: 'root@localhost' (Using password:
YES)
> >
> > Regards,
> > Jocelyn
> >
> >
> > ------------------------------------------------------------ ---------
> > Before posting, please check:
> > http://www.mysql.com/manual.php (the manual)
> > http://lists.mysql.com/ (the list archive)
> >
> > To request this thread, e-mail bugs-thread13269@lists.mysql.com
> > To unsubscribe, e-mail
>
> ------------------------------------------------------------ ---------
> Before posting, please check:
> http://www.mysql.com/manual.php (the manual)
> http://lists.mysql.com/ (the list archive)
>
> To request this thread, e-mail bugs-thread13272@lists.mysql.com
> To unsubscribe, e-mail
>
>
>
>


------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail bugs-thread13274@lists.mysql.com
To unsubscribe, e-mail