frozenpeas
Technical User
Hi, I just installed phpMyAdmin. I am getting the following error:
My config.inc file contains:
I can connect manually and through other PHP scripts.
Thanks very much.
Code:
Welcome to phpMyAdmin 2.3.0
Error
MySQL said:
MySQL Connection Failed: Access denied for user: 'root@localhost' (Using password: NO)
My config.inc file contains:
Code:
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname
$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'] = 'socket'; // How to connect to MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
// with 'config' auth_type)
I can connect manually and through other PHP scripts.
Thanks very much.