Note: forwarded message attached.
Yahoo! FareChase - Search multiple travel sites in one click.
--- Begin Message ---
Michael Stassen <[EMAIL PROTECTED]> wrote: ali asghar torabi parizy wrote:> hi to all> i have a problem when i trying to delet a user by drop user directive>
Hello.
What version of MySQL are you using? In MySQL 5.0.15 it works fine:
mysql> GRANT ALL PRIVILEGES ON *.* TO 'atp'@'%' IDENTIFIED BY
'nowayforyou' WITH GRANT OPTION;
Query OK, 0 rows affected (0.00 sec)
mysql> drop user atp;
Query OK, 0 rows affected (0.00 sec)
See:
http://d
ali asghar torabi parizy wrote:
hi to all
i have a problem when i trying to delet a user by drop user directive
***
drop user atp;
Can't drop one or more of the requested users
***
i add this user by crant:
***
GRANT