This implemented only help you a bit more....
Mysql Troubleshooter Version 0.29, last modified at 18.12.2008 by ehcpdeveloper
if you get mysql error:
if You get error: Can't connect to local MySQL server through socket
Try this:
Go to your console and run
sudo /etc/init.d/mysql start
-
if you just installed ehcp:
- Check your config.php for right password of mysql ehcp user, like: [$dbpass='12345';] in your ehcp dir, /var/www/vhosts/ehcp
- Check your config.php for right password of mysql root user, like: [$dbrootpass='12345';] in your ehcp dir, /var/www/vhosts/ehcp
- if you dont know your mysql root pass, try to learn it first.. ask me/on forum howto learn if you dont know.. or look here: mysql password recovery
- After you learned your mysql root pass, try to re-install ehcp, because your first installation may failed because of wrong mysql root pass.
-
if you got this error after you used ehcp for some time.. (it was okey before)
- Check your config.php for right password of mysql ehcp user, like: [$dbpass='12345';] in your ehcp dir, /var/www/vhosts/ehcp
- Check your config.php for right password of mysql root user, like: [$dbrootpass='12345';] in your ehcp dir, /var/www/vhosts/ehcp
- Did you recently changed your mysql pass for ehcp user, or did your re-installed mysql ? test your mysql ehcp user pass in phpmyadmin
- Do either:
- reset your mysql ehcp user pass to what you defined in config.php
- write right password to your config.php
that is, (mysql pass -> pass in config.php) or (pass in config.php -> mysql pass )
Back to troubleshoot
http://www.ehcp.net/?q=node/245, mysql password howto
ehcp Forums
ehcp Helper
ehcp website Homepage
Home