PDA

View Full Version : Weird problem


fnemo
03-15-2003, 01:40 AM
I just get my linux box back up (debian 3.0)

i can access my MySQL server via webmin page and phpMyAdmin but i cant get EQ Admin Tools or Items Editor connected to it.

any ideas ?

Trumpcard
03-15-2003, 02:13 AM
How did you grant the permissions?

Those 2 run on localhost in general, the tools are going to run remotely. I'm betting your permissions arent set up correctly to allow that user id onto the box from a location other than localhost.

Bigpull
03-15-2003, 04:34 PM
Debian has network connections disabled, you need to edit the /etc/mysql/my.cnf look for the "skip-networking"

fnemo
03-15-2003, 09:08 PM
woot got it !