Datenbankprobleme - Confixx3 Professional

Plesk, Confixx, Froxlor, SysCP, SeCoTo, IspCP, etc.
Post Reply
hmatrix
Posts: 19
Joined: 2003-02-23 10:34
Contact:
 

Datenbankprobleme - Confixx3 Professional

Post by hmatrix »

Hallo

Ich habe ein Problem und zwar hab ich einen neuen Server mit Confixx3.

Wenn ich bei einem Kunden eine Datenbank anlegen will, kommt diese Meldung:

Warning: mysql_connect(): Access denied for user: 'root@localhost' (Using password: YES) in /home/www/confixx/html/user/db_mysql_anlegen.php on line 96

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/www/confixx/html/user/db_mysql_anlegen.php on line 34

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/www/confixx/html/user/db_mysql_anlegen.php on line 34

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/www/confixx/html/user/db_mysql_anlegen.php on line 14

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/www/confixx/html/user/db_mysql_anlegen.php on line 14




Wenn ich passwort löschen oder die datenbankselbst löschen will, diese Meldung:

Warning: mysql_connect(): Access denied for user: 'root@localhost' (Using password: YES) in /home/www/confixx/html/user/db_mysql_pwaendern2.php on line 38


Könnt Ihr mir da weiterhelfen? Ich steh da voll an.
antondollmaier
Posts: 485
Joined: 2004-03-30 10:06
 

Re: Datenbankprobleme - Confixx3 Professional

Post by antondollmaier »

/home/www/confixx/settings.inc.php , root-passwort von mysql überprüfen ...
hmatrix
Posts: 19
Joined: 2003-02-23 10:34
Contact:
 

Re: Datenbankprobleme - Confixx3 Professional

Post by hmatrix »

Kann ich irgendwie das Root-datenbankpasswort ändern ohne dass ich den vorherigen weiß? Weiß nämlich nicht ob das jetzige stimmt. Hab da nichts daran geändert.
jayc
Posts: 87
Joined: 2002-11-26 23:07
Location: Karlsruhe
 

Re: Datenbankprobleme - Confixx3 Professional

Post by jayc »

hmatrix wrote:Kann ich irgendwie das Root-datenbankpasswort ändern ohne dass ich den vorherigen weiß? Weiß nämlich nicht ob das jetzige stimmt. Hab da nichts daran geändert.
siehe: http://dev.mysql.com/doc/mysql/en/Reset ... sions.html
xamibor
Posts: 211
Joined: 2003-03-11 16:52
 

Re: Datenbankprobleme - Confixx3 Professional

Post by xamibor »

hast du gar keien zugriff mehr auf die Datebank??

# mysql -uroot -pXXXXX datenbank

Wenn nicht das solltest du es wie JayC es verlinkt hat anpassen.

Nach der Anpassung die Tabelle reparieren .... d.h. auf dem MySQL server ein loggen und dann mit dem Befehl:

mysql> repair table tabellenname;

die def. Tabellen reparieren.
Post Reply