PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password ';new-password';
/usr/bin/mysqladmin -u root -h merlin.linux.org password ';new-password';
See the manual for more instructions.
Please report any problems with the /usr/bin/mysqlbug script!
The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at https://order.mysql.com
[root@merlin srv]#
MySQL-server安装成功!
第四步
启动MySQL服务器 /ect/init.d/mysql/start
启动MySQL mysql
出现:[root@merlin srv]# mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 4.0.26-standard
Type ';help;'; or ';\h'; for help. Type ';\c'; to clear the buffer.
mysql>
表明你MySQL已经安装好了,你可以测试MySQL了......... 作者: feyfey730 时间: 2006-5-10 15:27 标题: 最近在弄linux,发表一下学习笔记。原创啊