Re: Access from other computers in the network

2006-06-27 Thread Dan Buettner
Wim, see http://dev.mysql.com/doc/refman/5.0/en/grant.html When granting access to a user, you can do like GRANT SELECT on db.* to 'user'@'%.domain.com' which gives 'user' access to select from any table within 'db', provided they are coming from a host in 'domain.com'. ('%' is a wildcard.) Y

Access from other computers in the network

2006-06-27 Thread Wim Bakker
Hello I would like to grant select access to a certain mysql database from all computers in my local lan without having to add every specific computer to the user database , is this possible and how is this done? The purpose is to give all users the possibility to access the addresslist table in