Hi,
Thanks for the quick response.
Using auth_type = config, or http, your recommended lines are included. phpMyAdmin returns the following error: "#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client".
Using auth_type = cookie, the same lines are in the config file along with the blowfish line. The login form just loops without error.
I have tried all versions of phpMyAdmin and MySQL without success logging in with phpMyAdmin.
The same error applies when trying to connect via script.
Thanks.
Rythmist
Main Topics
Browse All Topics





by: jd2066Posted on 2007-02-14 at 01:24:17ID: 18529719
I had a problem with phpMyAdmin auth that I solved by opening config.inc.php and before the line "/* End of servers configuration */" I put the following two lines: oluser'] = ''; olpass'] = '';
$cfg['Servers'][$i]['contr
$cfg['Servers'][$i]['contr
Justin