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
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
本文详细介绍了MySQL的安装步骤,包括解压后的初始化脚本执行、权限设置及如何更改root用户的密码等关键信息。
1568

被折叠的 条评论
为什么被折叠?



