View Single Post
  #2 (permalink)  
Old 17-Apr-2008, 12:53
ken_yap
Guest
 
Posts: n/a
Default

Sounds like you have an existing MySQL DB already and perhaps the permissions or ownerships on it are wrong. It would be in /var/lib/mysql. If you don't care about the contents, move it out of the way and let mysql recreate it.

mv /var/lib/mysql /var/lib/mysql.old

then

/etc/init.d/mysql start