I can't login to phpmyadmin with adv auth mode. The user/pass I typed in is correct, and I checked the config.inc.php, it is correct too. It is same with my mysql login user/pass .
HELP !!! Anyone please help me!!!
Make sure you have the following in your config.inc.php:
$cfgServers[1]['host'] = '0.0.0.0';
$cfgServers[1]['port'] = '';
$cfgServers[1]['adv_auth'] = true;
$cfgServers[1]['stduser'] = 'mysqluser';
$cfgServers[1]['stdpass'] = 'mysqlpass';
$cfgServers[1]['user'] = '';
$cfgServers[1]['password'] = '';
$cfgServers[1]['only_db'] = '';
$cfgServers[1]['verbose'] = '';
0.0.0.0 is the IP of the mysql server. Now, mysqluser needs to be a real user who is able to read the mysql database within your mysql server. This is important. If it can not read the mysql database, then it can not authenticate users.
I set it with host 'localhost' , user 'root' , and my root password for mysql which I can login successfully in telnet without any problem.
But still, it denies my access. T_T ..
someone please help...
Chicken
03-30-2001, 09:15 PM
I dunno... I followed the directions and mine worked fine. It is just a matter of uploading the whole thing (maybe this is the problem again?). Set upload to auto, and follow directions and re-upload.
I use wget in telnet. Will that upload it in binary mode?