From: Andrew Moore Date: June 20 2011 1:22pm Subject: Re: access from everywhere but localhost? List-Archive: http://lists.mysql.com/mysql/225308 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf303f6adcdbdc3404a624a1ff --20cf303f6adcdbdc3404a624a1ff Content-Type: text/plain; charset=ISO-8859-1 Grant only to the hosts you want to have access to your data. Andy On 20 Jun 2011 14:20, "Willy Mularto" wrote: > 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 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 List >> For list archives: http://lists.mysql.com/mysql >> To unsubscribe: http://lists.mysql.com/mysql?unsub=sangprabv@stripped >> > > Willy Mularto > F300HD+MR18DE (NLC1725) > > > > > > > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: http://lists.mysql.com/mysql?unsub=eroomydna@stripped > --20cf303f6adcdbdc3404a624a1ff--