Thread: Prob seting up
View Single Post
  #4 (permalink)  
Old 2007-11-04, 05:50 AM
tbarlow tbarlow is offline
Junior Member
 
Join Date: Oct 2007
Posts: 9
tbarlow is on a distinguished road
Default

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
Reply With Quote