Re: trouble with deleting a user

2005-11-22 Thread ali asghar torabi parizy
Note: forwarded message attached. Yahoo! FareChase - Search multiple travel sites in one click. ---BeginMessage--- 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

trouble with deleting a user

2005-11-21 Thread ali asghar torabi parizy
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 ALL PRIVILEGES ON *.* TO

Re: trouble with deleting a user

2005-11-21 Thread Michael Stassen
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: ***

Re: trouble with deleting a user

2005-11-21 Thread Gleb Paharenko
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: