Re: grant ALL on *.* to ... Error

2002-06-04 Thread Mark
- Original Message - From: "Mark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 04, 2002 6:19 PM Subject: Re: grant ALL on *.* to ... Error > - Original Message - > From: "vlady" <[EMAIL PROTECTED]> > To: <[EMA

Re: grant ALL on *.* to ... Error

2002-06-04 Thread Mark
- Original Message - From: "vlady" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 04, 2002 4:14 PM Subject: grant ALL on *.* to ... Error > Hi all, > I have a strange problem, > I am startirng my mysql-4.0.1 with option --skip-grant-tables

RE: grant ALL on *.* to ... Error

2002-06-04 Thread Cal Evans
grant ALL on *.* to ... Error Hi all, I have a strange problem, I am startirng my mysql-4.0.1 with option --skip-grant-tables. I am using "mysql" and when I try : grant ALL on *.* to admin@localhost identified by "passwd" i get the following errot: ERROR 1047: Unknown command

Re: grant ALL on *.* to ... Error

2002-06-04 Thread Egor Egorov
vlady, Tuesday, June 04, 2002, 5:14:54 PM, you wrote: v> I have a strange problem, v> I am startirng my mysql-4.0.1 with option --skip-grant-tables. v> I am using "mysql" and when I try : v> grant ALL on *.* to admin@localhost identified by "passwd" v> i get the following errot: v> ERROR 1047: U

RE: grant ALL on *.* to ... Error

2002-06-04 Thread Luc Foisy
grant ALL PRIVILEGES on *.* to admin@localhost identified by "passwd" you may want to include "with grant option" > -Original Message- > From: vlady [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 04, 2002 10:15 AM > To: [EMAIL PROTECTED] > Sub

grant ALL on *.* to ... Error

2002-06-04 Thread vlady
Hi all, I have a strange problem, I am startirng my mysql-4.0.1 with option --skip-grant-tables. I am using "mysql" and when I try : grant ALL on *.* to admin@localhost identified by "passwd" i get the following errot: ERROR 1047: Unknown command Can some one felp me with that? Gregards Vlady