Trying to access the mysql using mysql-adminstrator gives a seg fault just after the introduction of the password. Using mysql directly it works. ========================================================== alcino@onix:~ > mysql-administrator /usr/bin/mysql-administrator: line 9: 10823 Segmentation fault $MYPATH/mysql-administrator-bin alcino@onix:~ > mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 22 to server version: 4.0.22 Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> quit Bye Reproducible: Always Steps to Reproduce: 1.start mysql-administrator 2.enter user name (root by now) and the password 3.try connect Actual Results: segmentation fault Expected Results: the program working
could you please enable core dumps and generate a traceback against the core dump?
*** This bug has been marked as a duplicate of 68635 ***