crypted
27th October 2007, 05:55
Allright, someone was running a conversion script with PHP on the server. Suddenly, the system goes nuts. Now, after rebooting ISPConfig I get "Could not connect to MySQL server!"
I checked the config.inc.php and the username and password are correct. I also rebooted MYSQL into mysqld_safe and executed the following to ensure it was right:
UPDATE user SET password=PASSWORD("password") WHERE user="root";
FLUSH PRIVILEGES;
There were no modified rows and I exited.
The log files aren't telling me anything.
After entering my username and password at the ISPConfig interface, I get the following:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in /home/admispconfig/ispconfig/lib/classes/ispconfig_db_mysql.lib.php on line 77
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'admispconfig'@'localhost' (using password: NO) in /home/admispconfig/ispconfig/web/login/login.php on line 40
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /home/admispconfig/ispconfig/web/login/login.php on line 40
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'admispconfig'@'localhost' (using password: NO) in /home/admispconfig/ispconfig/web/login/login.php on line 41
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /home/admispconfig/ispconfig/web/login/login.php on line 41
Warning: Cannot modify header information - headers already sent by (output started at /home/admispconfig/ispconfig/lib/classes/ispconfig_db_mysql.lib.php:77) in /home/admispconfig/ispconfig/web/login/login.php on line 60
Other mysql database driven sites seem to be up and running. They can be accessed and are loading properly.
Ideas? Thanks so much; You all really need a PayPal donate button.
I checked the config.inc.php and the username and password are correct. I also rebooted MYSQL into mysqld_safe and executed the following to ensure it was right:
UPDATE user SET password=PASSWORD("password") WHERE user="root";
FLUSH PRIVILEGES;
There were no modified rows and I exited.
The log files aren't telling me anything.
After entering my username and password at the ISPConfig interface, I get the following:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in /home/admispconfig/ispconfig/lib/classes/ispconfig_db_mysql.lib.php on line 77
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'admispconfig'@'localhost' (using password: NO) in /home/admispconfig/ispconfig/web/login/login.php on line 40
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /home/admispconfig/ispconfig/web/login/login.php on line 40
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'admispconfig'@'localhost' (using password: NO) in /home/admispconfig/ispconfig/web/login/login.php on line 41
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /home/admispconfig/ispconfig/web/login/login.php on line 41
Warning: Cannot modify header information - headers already sent by (output started at /home/admispconfig/ispconfig/lib/classes/ispconfig_db_mysql.lib.php:77) in /home/admispconfig/ispconfig/web/login/login.php on line 60
Other mysql database driven sites seem to be up and running. They can be accessed and are loading properly.
Ideas? Thanks so much; You all really need a PayPal donate button.