Re: access from everywhere but localhost?

2011-06-20 Thread Matthias Leopold
ote: > Replace GRANT with REVOKE > > > > On Jun 20, 2011, at 8:08 PM, Matthias Leopold wrote: > >> hi, >> >> this surely is a beginners question: >> >> i already created a user and privileges like this: >> >> GRANT ALL PRIVILE

Re: access from everywhere but localhost?

2011-06-20 Thread Matthias Leopold
this of course removes access from everywhere which is not want i want regards matthias Am 2011-06-20 15:19, schrieb Willy Mularto: Replace GRANT with REVOKE On Jun 20, 2011, at 8:08 PM, Matthias Leopold wrote: hi, this surely is a beginners question: i already created a user and

access from everywhere but localhost?

2011-06-20 Thread Matthias Leopold
hi, this surely is a beginners question: i already created a user and privileges like this: GRANT ALL PRIVILEGES ON `xxx`.* TO 'yyy'@'%' identified by 'zzz'; how do i modify this setup to remove access from localhost/127.0.0.1? mysql version is 5.1.49 thx matthias -- MySQL General Mailing