PDA

View Full Version : mysql on ubuntu



glennyboiwpg
June 29th, 2007, 03:19 PM
I installed mysql on ubuntu but the ubuntu box is suppose to be a server....

I need to be able to access the mysql server from my mac client... any ideas?

when I do a netstat port 3306 (mysql's port) is set to "listen"

does that mean its open?

I also edited a mysql file ( I can't remember which one at the moment, as i'm not infront of the server) and put the bind-address property to the ipaddress of the ubuntu box. (I got the ipaddress from ifconfig)

any ideas?

Please respond. :(

tgm4883
June 29th, 2007, 04:11 PM
You want to comment out the line bind-address. By setting that to the ipaddress of your server you are saying that only your server can connect to your mysql server.