zhaibing_2008 发表于 2013-2-7 13:15:22

Solaris下安装mysql常见问题

mysql安装做的有点傻逼,当你解压完后要执行./scripts/mysql_install_db --user=mysql才能进行安装,而且安装时一定要在mysql解压后的目录下,否则会报FATAL ERROR: Could not find ./bin/my_print_defaults,郁闷,它为什么就不会自动进行查找呢,安装完后还有如下提示:To start mysqld at boot time you have to copy
support-files/mysql.server to the right place for your system,我真是服了,没办法,按照说明做吧,否则直接启动mysqld启动不起来。

安装完后还有如下的提示,都你如何去修改密码去:
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:

./bin/mysqladmin -u root password 'new-password'
./bin/mysqladmin -u root -h opensolaris password 'new-password'

Alternatively you can run:
./bin/mysql_secure_installation
页: [1]
查看完整版本: Solaris下安装mysql常见问题