My CPanel isn't showing any of my DBs! It says 0/10. When in fact I know I have 4 (when I go into PHPMyAdmin). I also cannot create a user/pass (MySQL) or a MySQL database. I tried searching th enet and these fourms but no luck![]()
My CPanel isn't showing any of my DBs! It says 0/10. When in fact I know I have 4 (when I go into PHPMyAdmin). I also cannot create a user/pass (MySQL) or a MySQL database. I tried searching th enet and these fourms but no luck![]()
This happend to me. This is what I did.
I killed mysqld
kill -9 `/sbin/pidof mysqld`
touch /var/lib/mysql/mysql.sock
ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock
Restart mysql using control panel.
Hrmm that still didn't work for me! I don't know why it's doing thisPerhaps a eror in the CPanel file? :|