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




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

Reply via email to