ispCP - Board - Support
Nach Upgrade Access denied for user 'root'@'localhost' - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: Nach Upgrade Access denied for user 'root'@'localhost' (/thread-16739.html)



Nach Upgrade Access denied for user 'root'@'localhost' - Kayaro - 09-28-2013 07:16 PM

Hallo Leute,

folgendes Problem:
Nach einem Upgrade vom Debian wurde auch MySQL Aktualisiert. Datenbanken usw. sind da und laufen. Wenn ich mich jedoch nun ins ispcp einloggen will, erhalten ich die Meldung

Error: Unable to establish connection to the database! SQL returned: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: YES)


Wie/Wo kann ich das neue Root MySQL Passwort eintragen damit es wieder läuft?

Danke


RE: Nach Upgrade Access denied for user 'root'@'localhost' - joximu - 09-30-2013 11:09 PM

Hallo

denke dringend über einen Umstieg auf ein Nachfolgeprodukt nach!

ansonsten:
- du hast die ispcp-Version nicht angegeben.
- hast du das mysql root pw geändert beim debian upgrade? ggf. wieder das alte pw setzen...
- noch besser: nicht den root-user nehmen für ispcp... es gab mal eine Anleitung...
im web-archive ist sie noch:
http://web.archive.org/web/20090613072518/http://www.isp-control.net/documentation/howto/ispcp/change_db_pass

einfach kopiert:
******************************************************
How To change the MySQL DB User and/or Password in the ispCP Config

If you only want to change the password: goto step 4.)

Change ispcp db username (eg. “root” → “ispcproot”)
1. Add the new mysql root user

# mysql -u root -p -e "GRANT ALL PRIVILEGES ON *.* TO 'ispcproot'@'localhost' IDENTIFIED BY 'verygoodpassword' WITH GRANT OPTION;"

2. Open the ispcp.conf

# vi /etc/ispcp/ispcp.conf

3. Search the right line and change the username to the new user:

DATABASE_USER = ispcproot

Change ispcp db password
4. Open the ispcp.conf

# vi /etc/ispcp/ispcp.conf

5. Delete your MySQL Password in the Config about line 92 like this:

DATABASE_PASSWORD =

6. Start the ispcp-db-passwd Script

/var/www/ispcp/engine/ispcp-db-passwd

Now type your new MySQL root Password

Please Enter Your New Database Password:
Please Repeat Your New Database Password:
Database Password Updated Successfully!

7. That´s it!

Now the GUI should work again.


RE: Nach Upgrade Access denied for user 'root'@'localhost' - ciscllc - 10-12-2013 07:06 AM

Ich würde dir i - ms cp empfehlen.

- Schnelle aktive Community, letzte RC vom 10.10.2013!
- HowTo's für den Umstieg

Es ist zwar schade um ispcp, aber so ist der Weg von VHCS wohl. The Road goes on!