天龙八部搭建mysql教程_天龙八部私服架设mysql数据库安装

2023-02-04 15:35

前面进行旳都正常.到了初始化数据库那一步好像就出了问题.提示代码:InstallingMySQLsystemtables...OKFillinghelptables...OKTostartmysqldatboottimeyouhavetocopysupport-files/mys...

前面进行旳都正常 . 到了初始化数据库那一步好像就出了问题.

提示代码:

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/mysql-5.0.45/bin/mysqladmin -u root password 'new-password'

/usr/local/mysql-5.0.45/bin/mysqladmin -u root -h localhost.localdomain password 'new-password'

See the manual for more instructions.

You can start the MySQL daemon with:

cd /usr/local/mysql-5.0.45 ; /usr/local/mysql-5.0.45/bin/mysqld_safe &

You can test the MySQL daemon with mysql-test-run.pl

cd mysql-test ; perl mysql-test-run.pl

Please report any problems with the /usr/local/mysql-5.0.45/bin/mysqlbug script!

The latest information about MySQL is available on the web at

Support MySQL by buying support/licenses at

接下来启动数据库提示代码:

[1] 27496

[root@localhost mysql-5.0.45]# A mysqld process already exists

输入mysql -u root -p后提示代码:

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

求高手指点.

本人是在网上搜了一些教程想自己架个单机玩玩并非商业目的.诚求高手指点.