- 积分
- 12
- 威望
-
- 金钱
-
- 注册时间
- 2015-9-23
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2015-11-17 09:17:30
|
显示全部楼层
回复 1# 的帖子
Installing MySQL system tables...
OK
Filling help tables...
OK
To start mysqld at boot time you have to copy
support-files/mysql.server to the right place for your system
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/local/mysql3307/bin/mysqladmin -u root password 'new-password'
/usr/local/mysql3307/bin/mysqladmin -u root -h iZ25mevjx6bZ password 'new-password'
Alternatively you can run:
/usr/local/mysql3307/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 /usr/local/mysql3307 ; /usr/local/mysql3307/bin/mysqld_safe &
You can test the MySQL daemon with mysql-test-run.pl
cd /usr/local/mysql3307/mysql-test ; perl mysql-test-run.pl
Please report any problems at http://bugs.mysql.com/
那我这样是成功了没?/usr/local/mysql3307/bin/mysqladmin -u root password 我用这个命令设置不了密码。。。不知道怎么回事。 |
|