Hello,<br><br>I'm new to using phpMyAdmin and am having trouble logging in. I'm wondering if someone can help me.<br><br>I have successfully installed phpMyAdmin on my server (linux, has all the requisite stuff needed to run everything) but i get this error:<br>
<br>#1045 - Access denied for user 'root'@'localhost' (using password: YES)<br><br>(also this one: Cannot load mcrypt extension. Please check your PHP configuration.)<br><br>i tried the documented suggestion:<br>
<br>$cfg['Servers'][$i]['user']          = 'root';<br><br>$cfg['Servers'][$i]['password']      = 'cbb74bc'; // use here your password<br>$cfg['Servers'][$i]['auth_type']     = 'config'<br>
<br>by putting in my own password with root as the login and got same error. also tried $cfg['Servers'][$i]['nopassword'] and generating a script using phpMyAdmin/setup/ which also didn't allow login.<br>
<br>i created a "config" folder under phpMyAdmin and dropped the config.inc.php into that, and also dropped it into /setup/frames/ with the various attempts and that didn't work either<br><br>does anyone know how to fix?<br>
<br>thanks!<br><br><br><br>