|
发表于 2005-5-4 16:36:20
|
显示全部楼层
mysql初始化,需要设定mysqladmin -u root password 'roots_password'。
其他情况不了解,至少我安装之后,设定root(此root非彼root)口令。
如果你安装过二进制mysql,你会看到在安装过程中,有提醒要执行上述操作。
poco@ubuntu:~/load$ mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 4 to server version: 4.0.23_Debian-3ubuntu2-log
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> |
|