Re: Network Privileges

2002-07-29 Thread Victoria Reznichenko
KSausW, Monday, July 29, 2002, 12:47:30 PM, you wrote: K> How can I grant a privilege to a specified user to a specific DB? K> If I grant K> Host="%" K> User="joe" K> in the user table, "joe" can access a l l DBs on the server - even the K> "mysql"-DB. Table 'user' stores global privil

Re: Network Privileges

2002-07-29 Thread Dicky Wahyu Purnomo
Pada Mon, 29 Jul 2002 11:47:30 +0200 KSausW <[EMAIL PROTECTED]> menulis : > How can I grant a privilege to a specified user to a specific DB? > If I grant > Host="%" > User="joe" > in the user table, "joe" can access a l l DBs on the server - even the > "mysql"-DB. grant on . to @ ide

Network Privileges

2002-07-29 Thread KSausW
How can I grant a privilege to a specified user to a specific DB? If I grant Host="%" User="joe" in the user table, "joe" can access a l l DBs on the server - even the "mysql"-DB. Thanks for help Klaus - Before pos