re: re: Remote ServerAccess

2002-09-24 Thread Victoria Reznichenko
Eric, Monday, September 23, 2002, 6:55:57 PM, you wrote: EL> Well what if you have a user that you want to give permission to from any EL> computer in the domain. EL> Such as user: mysqluser with READ|SELECT|UPDATE from anywhere EL> in: mydomain.com EL> But not from any other domain. Did

re: Remote ServerAccess

2002-09-23 Thread Eric Lamendola
Follow up question, Well what if you have a user that you want to give permission to from any computer in the domain. Such as user: mysqluser with READ|SELECT|UPDATE from anywhere in: mydomain.com But not from any other domain. Thanks, Eric Lamendola Slingo Inc. And if not, Hey wh

re: Remote ServerAccess

2002-09-23 Thread Victoria Reznichenko
Patrick, Monday, September 23, 2002, 4:24:13 PM, you wrote: PF> I'm just starting out with MySQL. How do you set permission to allow for PF> access from a domain or IP. I found this in the docs. I this all I need? PF> GRANT ALL PRIVILEGES ON *.* TO monty@"%" -> IDENTIFIED BY 'some_pass' WITH