Page 1 of 1
can't get phpmyadmin to work - says "lost connection&qu
Posted: Tue Jan 16, 2007 10:22 pm
by Luke
I'm trying to set up phpmyadmin to connect to mysql on ubuntu. I've got it running, but when I try to log in, it tells me:
#2013 - Lost connection to MySQL server during query
Anybody know what could be causing this?
Posted: Tue Jan 16, 2007 10:59 pm
by Luke
Looks like this happens no matter what (phpmyadmin or not)... mysql must not be configured correctly. Anybody know where I would start troubleshooting this?
Posted: Tue Jan 16, 2007 11:14 pm
by Buddha443556
Got the php module installed for mysql? I think that tripped me up once. Use to installing PHP with everything included on Windows. Linux is ala carte.
php4-mysql or php5-mysql or php5-mysqli?
Posted: Tue Jan 16, 2007 11:17 pm
by Luke
php5-mysql
Posted: Tue Jan 16, 2007 11:25 pm
by Luke
I re-installed and now it's working fine.

Posted: Tue Jan 16, 2007 11:34 pm
by Buddha443556
Weird but at least it's working.
