Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can !
Moderator: General Moderators
Luke
The Ninja Space Mod
Posts: 6424 Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA
Post
by Luke » Tue Jan 16, 2007 10:22 pm
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?
Luke
The Ninja Space Mod
Posts: 6424 Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA
Post
by Luke » Tue Jan 16, 2007 10:59 pm
Looks like this happens no matter what (phpmyadmin or not)... mysql must not be configured correctly. Anybody know where I would start troubleshooting this?
Buddha443556
Forum Regular
Posts: 873 Joined: Fri Mar 19, 2004 1:51 pm
Post
by Buddha443556 » Tue Jan 16, 2007 11:14 pm
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?
Luke
The Ninja Space Mod
Posts: 6424 Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA
Post
by Luke » Tue Jan 16, 2007 11:17 pm
php5-mysql
Luke
The Ninja Space Mod
Posts: 6424 Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA
Post
by Luke » Tue Jan 16, 2007 11:25 pm
I re-installed and now it's working fine.