> You also need the mysql server to allow network access. > If not "netstat -an | 3306", go to "/etc/mysql/my.cnf" to > uncomment "skip-networking" then stop and start mysql . Opps, double negative. Comment out so that it reads: # skip-networking so that it won't skip over networking initialization. -- bjm