RE: adding users (reference from O'reilly book)

2002-01-08 Thread Matthew Darcy
Message- From: Simon Green [mailto:[EMAIL PROTECTED]] Sent: 08 January 2002 09:50 To: '[EMAIL PROTECTED]'; MySql List Subject: RE: adding users (reference from O'reilly book) Hi If you have a new copy of MySQL use GRANT. If you have an old copy update it. If you can not do this th

RE: adding users (reference from O'reilly book)

2002-01-08 Thread Simon Green
me" PPS Get the new O'reilly book the old one is not so good! -Original Message- From: Matthew Darcy [mailto:[EMAIL PROTECTED]] Sent: 08 January 2002 09:38 To: MySql List Subject: adding users (reference from O'reilly book) I was reading about adding/managing users. I

Re: adding users (reference from O'reilly book)

2002-01-08 Thread Zu Zhihui
riginal Message - From: "Matthew Darcy" <[EMAIL PROTECTED]> To: "MySql List" <[EMAIL PROTECTED]> Sent: Tuesday, January 08, 2002 5:38 PM Subject: adding users (reference from O'reilly book) > > > I was reading about adding/managing users. > > I unders

adding users (reference from O'reilly book)

2002-01-08 Thread Matthew Darcy
I was reading about adding/managing users. I understand hat the user table holds user information. the example I will give is taken from the oreilly book. insert into user (host, user, password, select_priv, insert_priv, update_priv, delete_priv) values ('%', 'bob', password('mypass'), 'Y',