I am trying to get WampServer set up on a Windows XP laptop. Successful install, PHP works fine. When I try to open the PHPmyAdmin page, I get Error 2006 - MySQL Server has gone away.
rocknbil
8:26 pm on Jan 30, 2010 (gmt 0)
I can't help with this directly, but know the error, have seen it when there is wonky programming overloading the mySQL server causing it to restart. The other time I've seen it is when I use a command line connection and it times out - which is my only bit of possible advice. It may be shutting down too quickly, not actually starting up at all?
Can you log in to mySQL via command line with the user for your phpMyAdmin?
webfoo
6:27 pm on Feb 1, 2010 (gmt 0)
No such luck.
rocknbil
11:06 pm on Feb 1, 2010 (gmt 0)
OK . . . can you code up a page to just connect using those credentials? Just something that connects, selects a count, echoes the count.
If you can do that, I'm guessing it's something with PHPmyAdmin. Causing mySQL to hit a memory limit?