On Thu, Nov 18, 2004 at 08:16:17AM +0000, Jenny Hopkins wrote:
On Wed, 17 Nov 2004 21:19:23 +0000, Chris Green chris@areti.co.uk wrote:
How do I delete a mysql user?
... and how do I stop a mysql user requiring a password?
-- Chris Green (chris@areti.co.uk)
Hi Chris, Have a look here, I think you may find a good manual provides answers to your mySQL questions perhaps quicker than alug can.
Thanks, I'd forgotten that mysql documentation is rather better than Oracle documentation.
The thing is most of the user side of SQL/mysql I have no problems with as I use Oracle SQL every day at work. Thus writing even quite complex SQL queries is not a problem. However I tend to get a bit stuck with the admin side because I don't do that at work and anyway that's where the syntax and commands tend to be less standard.
I have the O'Reilly mysql pocket reference which provides most of what I need when I get stuck but it just wasn't quite complete enough when it got to deleting users.