|
如下所示:
[root@Linux bin]#./mysql -u root -p
Enter password:
ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES)
只能这样启动:
[root@Linux bin]# ./mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 4.0.14-standard
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> |
|