introduction screenshots faq forum blog modules components download
Please use the search function and/or read the FAQ first.
-->

PHPMyAdmin - Blank page



Posted by: Steebin
February 22, 2010 05:00PM
Hello,
I just did a fresh install on a new machine of EasyPHP 5.3.1 and when I go to phpmyadmin it does not work
(127.0.0.1/home/mysql)
Any ideas?

Thanks
Steve
Posted by: Amour
February 22, 2010 05:54PM
I think this a bug, you can try an older version...
February 23, 2010 09:25AM
I have the same problem
Who can help me?

thanks a lot
Posted by: vinsanity
February 24, 2010 10:55AM
I had the same exact problem and spent hours troubleshooting it. The only way I could get into phpmyadmin was to copy the php folder from my old easyphp 5.3.0 installation (which worked great) to the 5.3.1 installation.

Apparently there is an issue with php that causes phpmyadmin to break. I have not had any issues with 5.3.1 other than this so far and hopefully somebody will find a way to get the newer version of php working. I'm running Vista Home Premium 32-bit and most others with this issue seem to be using Vista or 7 so perhaps there's a connection there. Hope this helps.
Posted by: Thierry
February 24, 2010 03:06PM
Please take a look at [www.easyphp.org]

Is a simple script succeed to access to mysql database ?
Posted by: Lavio
February 28, 2010 03:27PM
Me too. Phpmyadmin just does not load.
:-(
Posted by: skippy0070
March 04, 2010 08:59PM
I am very new at all of this. I have been teaching myself how to work with code and now with PHP. I ran into the same problem and spent several hours looking for a solution. My problem is that I am running win 7 64 bit. Here is the fix if this is your problem:

In the config.inc.php file you need to change

$cfg[$i]['host'] = 'localhost'; to $cfg['Servers'][$i]['host'] = '127.0.0.1';

For some reason they are not recognized by Windows 7 as being the same. (it runs fine without the change on my XP machine)

I found this informaitn on another forum, hope it helps.
Posted by: Ling Zhang
November 02, 2010 02:07AM
I am still not able to sove the problem after having changed it to 127.0.0.1

anyone could help?
I am using windows xp professional.

thanks so much!
Ling
Posted by: Amour
November 02, 2010 07:09AM
Can you give us more informations ?

Apache is running ? And MySQL ? Maybe do you have a firewall or antivirus ?