PDA

View Full Version : Php My Admin


.{TM}.
5-29-03, 11:50 PM
i just installed fully and sucessfully but it says
Error

MySQL said:



Access denied for user: 'tmprod@www03.powweb.com' (Using password: YES)

first of all thats not the server i configured it to. second thats not my password. (nor the one i configured it to)

HalfaBee
5-30-03, 12:28 AM
The server name is the onee the script is running on and the Password is YES because you are using a password. It is hidden for good reasons :)

Check your password and mysql username.

HalfaBee

.{TM}.
5-30-03, 04:44 PM
i cant find the script. the config.inc.php if fine

HalfaBee
5-30-03, 06:11 PM
The config.inc.php is the file you need to edit

$cfg['Servers'][$i]['host'] = 'mysql02.powweb.com'; // 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'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol for the MySQL connection
// (requires PHP >= 4.3.0)


Leave the controluser section blank


$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)
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'tmprod'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
// with 'config' auth_type)
$cfg['Servers'][$i]['only_db'] = ''; // If set to a db-name, only
// this db is displayed


Make sure you use the correct username/password and it is case sensitive.

HalfaBee

.{TM}.
5-31-03, 11:55 AM
thanks it was case sensitive!