Code: Alles auswählen
$i++;
$cfg['Servers'][$i]['host'] = 'localhost'; localhost
$cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port
$cfg['Servers'][$i]['socket'] = ''; // Path to the socket - leave blank for default socket
$cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['extension'] = 'mysql'; // The php MySQL extension to use ('mysql' or 'mysqli')
$cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol for the MySQL connection
// (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser'] = ''; // MySQL control user settings
// (this user must have read-only
$cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user"
// and "mysql/db" tables).
// The controluser is also
// used for all relational
// features (pmadb)
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; superinferno
$cfg['Servers'][$i]['password'] = ''; *******
$cfg['Servers'][$i]['only_db'] = ''; superinferno
$cfg['Servers'][$i]['verbose'] = ''; Verbose name for this host - leave blank to show the hostname
So, das meine geänderten Daten. Führe ich es dann aus, dann kommt:
Code: Alles auswählen
MySQL meldet:
#1045 - Access denied for user: 'root@localhost' (Using password: NO)
Das Password ist richtig!
Mist, jetzt habe ich das mysql Passwort geändert. Und mit dem klicken war mir dann klar dass das Forum nicht mehr läuft. Weiß das alte PW nicht mehr. Was mache ich jetzt?