Hey all,
I'm trying to install the .pkg version of MySQL as found on Marc Liyanage's site, following the instructions that he laid out, but I'm hitting a snag at step 7, where I type in "sudo ./bin/safe_mysqld --user=mysql &" I get the following:
And that's it...I wait and wait and wait to see if something happens, but nothing does.
The only clue I know to offer is this error that is reported following step 2, "sudo ./scripts/mysql_install_db":
I've removed the installation using Marc's removal script ad have also deleted the MySQL user. (I've done this 3 times already, always with the same results that I've noted above.)
Please, any help!!
-Fernando
I'm trying to install the .pkg version of MySQL as found on Marc Liyanage's site, following the instructions that he laid out, but I'm hitting a snag at step 7, where I type in "sudo ./bin/safe_mysqld --user=mysql &" I get the following:
Code:
[localhost:/usr/local/mysql] fernando% Starting mysqld daemon with databases from /usr/local/mysql/data
020821 18:15:23 mysqld ended
The only clue I know to offer is this error that is reported following step 2, "sudo ./scripts/mysql_install_db":
Code:
:Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Installing all prepared tables
[B]ERROR: 1062 Duplicate entry 'localhost-root' for key 1
ERROR: 1062 Duplicate entry 'localhost-root' for key 1[/B]
020821 18:14:06 ./bin/mysqld: Shutdown Complete
Please, any help!!
-Fernando