| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Krishna Chandra Prajapati | Date: | December 2 2011 2:03am |
| Subject: | Re: delete syntax | ||
| View as plain text | |||
delete from mysql.user where user='mail_admin'; Krishna On Fri, Dec 2, 2011 at 7:23 AM, Tim Dunphy <bluethundr@stripped> wrote: > hello list, > > I am attempting to delete a user from the mysql.user table without > success. > > mysql> delete from mysql.user where user='mail_admin@%'; > Query OK, 0 rows affected (0.00 sec) > > > mysql> select user,host from mysql.user where user='mail_admin'; > +------------+-----------------------+ > | user | host | > +------------+-----------------------+ > | mail_admin | % | > > > > I would appreciate any advice you may have. > > Regards, > Tim > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: http://lists.mysql.com/mysql > >
| Thread | ||
|---|---|---|
| • delete syntax | Tim Dunphy | 2 Dec |
| • Re: delete syntax | Krishna Chandra Prajapati | 2 Dec |
| • Re: delete syntax | Tim Dunphy | 2 Dec |
| • Re: delete syntax | Shiva | 2 Dec |
| • Re: delete syntax | Reindl Harald | 2 Dec |
| • Re: delete syntax | Stdranwl | 2 Dec |
| • Re: delete syntax | Reindl Harald | 2 Dec |
| • Re: delete syntax | Claudio Nanni | 2 Dec |
| • Re: delete syntax | Reindl Harald | 2 Dec |
| • Re: delete syntax | Govinda | 2 Dec |
| • How to get a specific number of entries per one key ? | Blog Tieng Viet | 3 Dec |
| • Re: How to get a specific number of entries per one key ? | Arthur Fuller | 3 Dec |
| • Re: How to get a specific number of entries per one key ? | Rik Wasmus | 5 Dec |
| • Re: delete syntax | Keith Keller | 2 Dec |
