My apologies. I'm new to all of this, so don't really know the difference between beginner, developer, database query, "generic" or arrogant jerk to be honest.<br><br><div class="gmail_quote">On Sun, Feb 7, 2010 at 3:01 AM, Michal Čihař <span dir="ltr"><<a href="mailto:michal@cihar.com">michal@cihar.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi<br>
<br>
please users mailing list or help forum for such generic questions,<br>
this mailing list is intended for developers discussions.<br>
<br>
Dne Sat, 6 Feb 2010 23:50:14 -0600<br>
Paul Westmoreland <<a href="mailto:paulwestmoreland1@gmail.com">paulwestmoreland1@gmail.com</a>> napsal(a):<br>
<div class="im"><br>
> I have successfully installed phpMyAdmin on my server (linux, has all the<br>
> 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<br>
> configuration.)<br>
<br>
</div>You need to add mcrypt extension to PHP configuration, dynamic loading<br>
is usually disabled in PHP.<br>
<div class="im"><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.<br>
> also tried $cfg['Servers'][$i]['nopassword'] and generating a script using<br>
> phpMyAdmin/setup/ which also didn't allow login.<br>
<br>
</div>Fist consider rather using cookie authentication which provides better<br>
security.<br>
<br>
Besides that, are you sure you are entering correct password?<br>
phpMyAdmin does nothing more than connecting to the MySQL server and<br>
passing login information to it.<br>
<div class="im"><br>
> i created a "config" folder under phpMyAdmin and dropped the config.inc.php<br>
> into that, and also dropped it into /setup/frames/ with the various attempts<br>
> and that didn't work either<br>
<br>
</div>Please read documentation how to use setup script.<br>
<font color="#888888"><br>
--<br>
        Michal Čihař | <a href="http://cihar.com" target="_blank">http://cihar.com</a> | <a href="http://blog.cihar.com" target="_blank">http://blog.cihar.com</a><br>
</font><br>------------------------------------------------------------------------------<br>
The Planet: dedicated and managed hosting, cloud storage, colocation<br>
Stay online with enterprise data centers and the best network in the business<br>
Choose flexible plans and management services without long-term contracts<br>
Personal 24x7 support from experience hosting pros just a phone call away.<br>
<a href="http://p.sf.net/sfu/theplanet-com" target="_blank">http://p.sf.net/sfu/theplanet-com</a><br>_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
<br></blockquote></div><br>