Well I got it to load at startup but now I have a new prob when I try to add a database I get this error
mysql> CREATE DATABASE eacentral;
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'eacentral'
mysql>
also when I run this command like it says to do in the install info
/usr/bin/mysqladmin -u root -h enterprise password 'new-password'
I get this error
mysql@enterprise:/etc/rc.d$ /usr/bin/mysqladmin -u root -h enterprise password 'temp'
/usr/bin/mysqladmin: connect to server at 'enterprise' failed
error: 'Lost connection to MySQL server at 'reading initial communication packet', system error: 111'
mysql@enterprise:/etc/rc.d$
Can anyone help with this prob
tbarlow
|