Alternatively you can run: /application/mysql/bin/mysql_secure_installation
which will also give you the option of removing the test databases and anonymous user created by default. This is strongly recommended for production servers.
See the manual for more instructions.
You can start the MySQL daemon with: cd /application/mysql ; /application/mysql/bin/mysqld_safe &
You can test the MySQL daemon with mysql-test-run.pl cd /application/mysql/mysql-test ; perl mysql-test-run.pl
Please report any problems with the /application/mysql/scripts/mysqlbug script!9. 制作mysql启动脚本[root@localhost mysql-5.5.32]# cp support-files/mysql.server /etc/init.d/mysqld10 启动mysql[root@localhost mysql-5.5.32]# /etc/init.d/mysqld start Starting MySQL.. 基于Cmake编译安装MySQL 5.5 http://www.linuxidc.com/Linux/2013-04/83579.htm 本文永久更新链接地址