![]() |
System checks - Mysql server connection: [Failed] - 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: System checks - Mysql server connection: [Failed] (/thread-16124.html) |
System checks - Mysql server connection: [Failed] - petru - 06-14-2012 01:39 AM Hello, I have one VPS with Debian Squeeze 64 bit where I set up a LAMP server. Then I tried to install ispCP Omega following tutorial from here: http://isp-control.net/documentation/start/installation/debian Install went normally up to when I entered the command: Code: # cp -R /tmp/ispcp/* / Code: The program is now ready to set up ispCP on your system. I tried to check mysql server with the command: Code: # mysqladmin -u root -p status Code: Uptime: 3709 Threads: 1 Questions: 100 Slow queries: 0 Opens: 99 Flush tables: 1 Open tables: 23 Queries per second avg: 0.26 So, mysql server running but why not connect ispCP ? RE: System checks - Mysql server connection: [Failed] - Raziel.Kernel - 06-14-2012 09:16 AM Seems like you didn't set up a mysql-server password. Have you answered the mysql password related question from "ispcp-setup" script accordingly ? RE: System checks - Mysql server connection: [Failed] - petru - 06-14-2012 04:03 PM Thanks for answer. It seems I mistyped username ispCP SQL. I repeated the steps and everything went right. |