Thanks for your reply. It is indeed the persistent connection used in the code. I edit the file and changed:
$dbl = @mysql_pconnect($hn, $un, $pw);
to
$dbl = @mysql_pconnect($server["$hn"],$username ["$un"], $password["$pw"]);
and it worked. It let me move on to the table and field selection but I run into different problem. It didn't display the table/field for me to select. I'm not a PHP programmer so I don't want to spend more time on it. Hopefully, the developers have some times to update phpMyEdit to work with my environment or newer.
Thanks...
|