bruce wrote:
hi...

i'm trying to figure out how to allow all users on machines within my
network access to a mysql db...

i've tried:
 grant access all on *.* to '*'@'%'
 grant access all on *.* to '%'@'%'
 grant access all on *.* to @'%'

with no luck..

What errors do you get when you try to connect?

Have you got mysql listening for network connections?

comment out:
skip-networking

in your my.cnf file and restart mysql.



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to