mysql_install_db를 하면 다음과 같이 뜹니다.
[root@localhost mysql]# ./scripts/mysql_install_db
Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Installing all prepared tables
ERROR:1062 Duplicate entry 'localhost-root' for key 1
ERROR:1062 Duplicate entry 'localhost-root' for key 1
021225 1:01:23 ./bin/mysqld: Shutdown Complete
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 !
This is done with:
./bin/mysqladmin -u root password 'new-password'
./bin/mysqladmin -u root -h localhost password 'new-password'
See the manual for more instructions.
You can start the MySQL daemon with:
cd . ; ./bin/safe_mysqld &
You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:
cd sql-bench ; run-all-tests
Please report any problems with the ./bin/mysqlbug script!
The latest information about MySQL is available on the web at
http://www.mysql.com Support MySQL by buying support/licenses at https://order.mysql.com [root@localhost mysql]#
윗부분에서 ERROR해서 뜨는데 저로서는 무슨 말인지 잘 모르겠거든요..
어떻게 해야 되는지 답변 바랍니다.