IP permission for MySQL on Windows2k
On a Windows2000 server running MySQL one of our customers need special permissions for his MySQL DB.The customer want to permit access to the DB only from 1 IP.
For IP 123.34.12.1 (example) we need to set the following permissions:
create table, insert, update, delete
How is this done?
Thanks!