MySQL ERROR 1133 MEANING?

2002-08-17 Thread Michael Widenius
Hi! duo == duo fu [EMAIL PROTECTED] writes: duo Hi friends: duo I try to grant privileges to a user named 'glen' but not succeed. Here is duo the script: mysql select * from user where User='glen'; duo | localhost | glen |... mysql grant all privileges on test.* to 'glen'@'localhost'

Re: MySQL ERROR 1133 MEANING?

2002-08-16 Thread Victoria Reznichenko
duo, Friday, August 16, 2002, 2:23:52 AM, you wrote: df Hi friends: df I try to grant privileges to a user named 'glen' but not succeed. Here is df the script: [skip] df mysql grant all privileges on test.* to 'glen'@'localhost' identified by df 'tidbs1'; df ERROR 1133: Can't find any

Re: MySQL ERROR 1133 MEANING?

2002-08-16 Thread duo fu
] Subject: Re: MySQL ERROR 1133 MEANING? Date: Fri, 16 Aug 2002 17:02:01 +0300 duo, Friday, August 16, 2002, 2:23:52 AM, you wrote: df Hi friends: df I try to grant privileges to a user named 'glen' but not succeed. Here is df the script: [skip] df mysql grant all privileges on test.* to 'glen

MySQL ERROR 1133 MEANING?

2002-08-15 Thread duo fu
Hi friends: I try to grant privileges to a user named 'glen' but not succeed. Here is the script: -# mysql update user set Password=password('tidbs1') where User='glen'; Query OK, 0 rows affected (0.00 sec) Rows matched: 1

MySQL ERROR 1133 MEANING?

2002-08-15 Thread duo fu
Hi friends: I try to grant privileges to a user named 'glen' but not succeed. Here is the script: -# mysql update user set Password=password('tidbs1') where User='glen'; Query OK, 0 rows affected (0.00 sec) Rows matched: 1