|
|
安装MYSQL后,运行过设置密码的命令,启动不成功。后运行下命令出错:
[root@localhost var]# cd /usr/bin
[root@localhost bin]# mysql_install_db
Installing all prepared tables
ERROR: 1062 Duplicate entry 'localhost-root' for key 1
ERROR: 1062 Duplicate entry 'localhost-' for key 1
Fill help tables
To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system
如何解决。 |
|