HILFE: Confixx nicht mehr erreichbar..

Plesk, Confixx, Froxlor, SysCP, SeCoTo, IspCP, etc.
Post Reply
ely
Posts: 10
Joined: 2003-12-05 15:48
Location: Wuppertal
Contact:
 

HILFE: Confixx nicht mehr erreichbar..

Post by ely »

Wenn ich mich als User, Reseller oder Admin einloggen will in Confixx, erhalte ich immer folgende Fehlermeldung:

Warning: mysql_connect(): Access denied for user: 'root@localhost' (Using password: YES) in /home/www/confixx/html/functions.inc.php on line 311
Verbindung zur Datenbank fehlgeschlagen!

Gestern änderte ich über myAdmin das Passwort für den Root.

Nach erneutem einloggen ging auch alles Problemlos und heute geht nix mehr.

Wenn ich mich mit SSH einlogge und eingebe:

mysql status

erhalte ich auch eine Fehlermeldung, die da lautet:

xxxx:~ # ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)

Ã?ber Webmin sehe ich aber, das die Datenbanken laufen.
Wo kann der Fehler liegen und wie kann ich ihn beheben?

Bitte helft mir.
dr. groovy
Posts: 53
Joined: 2002-05-21 23:10
Location: Frankfurt am Main
Contact:
 

Re: HILFE: Confixx nicht mehr erreichbar..

Post by dr. groovy »

Moin!

Folgendes sollte das Problem beheben:

Code: Select all

mysql_fix_privilege_tables
Einfach mal auf der Shell eingeben.
ely
Posts: 10
Joined: 2003-12-05 15:48
Location: Wuppertal
Contact:
 

Re: HILFE: Confixx nicht mehr erreichbar..

Post by ely »

Leider erhalte ich dann folgendes:

--------------------------

xxxx:~ # mysql_fix_privilege_tables
This scripts updates the mysql.user, mysql.db, mysql.host and the
mysql.func tables to MySQL 3.22.14 and above.

This is needed if you want to use the new GRANT functions,
CREATE AGGREGATE FUNCTION or want to use the more secure passwords in 3.23

If you get 'Access denied' errors, you should run this script again
and give the MySQL root user password as an argument!

If your tables are already up to date or partially up to date you will
get some warnings about 'Duplicated column name'. You can safely ignore these!
ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)

Creating Grant Alter and Index privileges if they don't exists
You can ignore any Duplicate column errors
ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)

Creating the new table and column privilege tables
ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)
Changing name of columns_priv.Type -> columns_priv.Column_priv
You can ignore any errors from this
ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)
Fixing the func table
You can ignore any Duplicate column errors
ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)
Post Reply