Hi,all I have installed a Mysql4 verion on Turbo Linux successfully recently.But I always got the error prompt from the database when I did the connect to this DB. Details: [EMAIL PROTECTED] bin]$ mysqlshow mysqlshow: Can't connect to local MySQL server through socket '/opt/usr/mysql4/data/temp.sock' (2)
[EMAIL PROTECTED] bin]$ mysql -S /opt/usr/mysql4/var/mysql.socket ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) [EMAIL PROTECTED] bin]$ mysql -S /opt/usr/mysql4/var/mysql.socket -uroot ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) [EMAIL PROTECTED] bin]$ mysql -S /opt/usr/mysql4/var/mysql.socket -uusr ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) [EMAIL PROTECTED] bin]$ mysql -S /opt/usr/mysql4/var/mysql.socket -uusr -p111111 ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) I am so boring with this Q for nearly 2 days... help