![]() |
ERROR: Unable to connect SQL server ! - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: ERROR: Unable to connect SQL server ! (/thread-3395.html) |
ERROR: Unable to connect SQL server ! - marianowo - 05-29-2008 01:32 PM Hi I´m new in linux and i´m using gentoo. I run "perl ./ispcp-setup" and I configure hostname, domain, dns, etc... and at finish of the instalation, I obtain this error: "ERROR: Unable to connect SQL server !" I don´t know what can i do to solve that. Please somebody can help me? As you see... I don´t speak english. But I try without google translator. ![]() Thank You Very Much! RE: ERROR: Unable to connect SQL server ! - BeNe - 05-29-2008 05:17 PM Check your MySQL root Password! You entered the wrong Password during the Installation. Greez BeNe RE: ERROR: Unable to connect SQL server ! - pgentoo - 06-02-2008 04:55 AM Did you get this figured out? I am running mysql on a seperate box, and I have a hosts entry for "mysql" to point to my other IP. I tried entering the mysql host as "mysql" with the correct username/password, and it errored out. Entering the corresponding IP address worked right away... not sure what is going on, but just a heads up... RE: ERROR: Unable to connect SQL server ! - amilo - 06-02-2008 05:53 AM I have this problem too... But when i look at the mysql mysql was not started RE: ERROR: Unable to connect SQL server ! - Quemeros - 06-02-2008 08:09 AM Look if your password have an "@" or "$"... change that password, because ispcp fail in the setup procces. I don't remember 100%, but i think that was "@" the problem, you can always connect root in mysql by console, but the installation fails. If be you, i will try first connect using "mysql -u root -p" ![]() |