Hello.


If you are able to reproduce this problem on another box with a similar

configuration, I suggest you to report a bug. BTW mysql client has some

problems already reported, see:



  http://bugs.mysql.com/bug.php?id=9870









"Xu Hao" <[EMAIL PROTECTED]> wrote:

> Hi everyone!

> 

> I downloaded and installed the mysql 4.1 rpms on my RedHat Enterprise Linux 3 
> box and found a strange problem.

> 

> If I invoke the client program by "mysql -u root -p'mypassword'" and then 
> type "use mysql", then segmentation fault happens, but if I invoke the client 
> program by "mysql -u root -p'mypassword' -A", then everything is ok. See 
> below for details.

> 

> [EMAIL PROTECTED] mysql]# mysql -u root -p******

> Welcome to the MySQL monitor.  Commands end with ; or \g.

> Your MySQL connection id is 8 to server version: 4.1.11-standard

> 

> Reading history-file /root/.mysql_history

> Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

> 

> mysql> use mysql

> Reading table information for completion of table and column names

> You can turn off this feature to get a quicker startup with -A

> 

> segmentation fault

> 

> [EMAIL PROTECTED] mysql]# mysql -u root -pphoenix -A

> Welcome to the MySQL monitor.  Commands end with ; or \g.

> Your MySQL connection id is 9 to server version: 4.1.11-standard

> 

> Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

> 

> mysql> use mysql

> Database changed

> mysql>

> 

> 

> Any help?

> 

> Thanks!

> 

> Hao Xu

> 

> 

> 

> 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to