Hello I installed ispconfig but now i get a warning about mysql: 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 76 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 76 Warning: Cannot modify header information - headers already sent by (output started at /home/admispconfig/ispconfig/lib/classes/ispconfig_db_mysql.lib.php:76) in /home/admispconfig/ispconfig/lib/classes/ispconfig_auth.lib.php on line 96 What should i do to fix this Greetings Roofgah
humm, perhaps you should change the mysql-password set in the ispconfig-settings to the one that is set for user 'root'@'localhost' according to this thread, you have to reinstall with the new password: http://www.howtoforge.com/forums/showthread.php?t=1700
during installation of mysql (or afterwards) did you change the mysql-password for the mysql-user 'root' ? if so, there seems to be no other way than login to console as system-user 'root' and do the installation-process of ispconfig again from the beginning. till or falko may correct me, if there is another way of changing the mysql-root-password in ispconfig
i tried to remove ispconfig but when i typ the uninstall command it says that it can't connect to mysql
Did you get any errors during ISPConfig installation? Please correct the mysql password in the ISPCOnfig configuration file: /home/admispconfig/ispconfig/lib/config.inc.php
Open the file: /home/admispconfig/ispconfig/lib/config.inc.php with an text editor and change the password in the line: $go_info["server"]["db_password"] = "...........";
Then you have a serious problem. Maybe uninstalling and reinstalling MySQL helps, but I'm not sure...