<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>hello, i have problem with this version of PhpMyAdmin, the login not recognized the login of MySQL.<br><br>The Error: #1043 (Not authorized for access)<br><br>Version of PhpMyAdmin probes: 4.2.0-beta1, 4.0.4.1, 4.1.13 (this actually in used)<br><br>Version of MySQL: 5.5.37<br>Version of PHP: 5.5.9<br><br>* The code PHP in testing: @mysql_connect($host, $username, $password) (return OK)<br><br>[code]<br>function checkMysqlConnection($host = "localhost", $port = 3306, $username, $password) {<br>if (!empty($port) && $port != 3306) $host .= ":" . $port;<br>echo "Datos: Host: " . $host . " - user: " . $username . " - pass: " . $password . "<br>" . PHP_EOL;<br>$link = @mysql_connect($host, $username, $password);<br>if (!is_resource($link)) return "Error";<br>else return "OK";<br>}<br>[/code]<br><br>* Login in the MySQL console function correctly<br>* Probes change password in the MySQL console using PASSWORD() and OLD_PASSWORD()<br>* Check the configure of PHP and recognized the MySQL and MySQLi<br>* Probes config.inc.php using type connection (http, coockie), with SSL o without, extensions (MySQL or MySQLi)<br>* Check the phpinfo() and function correctly MySQL and MySQLi<br><br>All intents give me the same error #1043<br><br>Any solution?<br><br>                                          </div></body>
</html>