Jubert Ledesma <[EMAIL PROTECTED]> writes: > yeah i think so too... baka localhost ang user... so dapat grant mo > access to 'user'@'<address>'. if it still does not work... > if you installed ubuntu and kasama na dun yung mysql sa package... baka > di pa nakaset for network access... find mo yung --skip-networking tapos > tanggalin mo yun.
It's not in the grant (only). The MySQL package on Ubuntu (mysql-server) is configured to listen to localhost only. /etc/mysql/my.cnf has bind-address set to localhost only, so to be able to connect from outside you have to edit this file and set it to 0.0.0.0 (if you want to listen to the "any" address). Note that this may possibly be a security problem. -- JM Ibanez Software Architect Orange & Bronze Software Labs, Ltd. Co. [EMAIL PROTECTED] http://software.orangeandbronze.com/ _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

