Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JDBC and Relational Databases
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Communication Patterns: A Guide for Developers and Architects
this week in the
Design and Architecture
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Devaka Cooray
Liutauras Vilda
Sheriffs:
Jeanne Boyarsky
paul wheaton
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Tim Moores
Carey Brown
Mikalai Zaikin
Bartenders:
Lou Hamers
Piet Souris
Frits Walraven
Forum:
JDBC and Relational Databases
Unable to drop user in mysql
Raghavan Chockalingam
Ranch Hand
Posts: 77
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I am unable to drop users from root account
sql> show grants for root@localhost; ------------------------------------------------------------------------------------------------------ -------------------------------+ Grants for root@localhost | ------------------------------------------------------------------------------------------------------ -------------------------------+ GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY PASSWORD '*9BC01A49104D6960C8C288548AD 884E0B580D8' WITH GRANT OPTION | ------------------------------------------------------------------------------------------------------ -------------------------------+ row in set (0.02 sec) sql> select user, host from mysql.user; --------------+--------------+ user | host | --------------+--------------+ root | % | selectanyhost | % | selectinsert | 66.94.230.33 | allbasics | farvista.net | selectonly | farvista.net | alltest | localhost | raghavan | localhost | root | localhost | selectfields | localhost | selectonly | localhost | selecttest | localhost | updatefields | localhost | visitor | localhost | --------------+--------------+ rows in set (0.02 sec) sql> drop user visitor; ROR 1268 (HY000): Can't drop one or more of the requested users sql> drop user selectonly; ROR 1268 (HY000): Can't drop one or more of the requested users mysql> drop user visitor@localhost; ERROR 1268 (HY000): Can't drop one or more of the requested users
[ January 16, 2006: Message edited by: Raghavan Chockalingam ]
Raghavan
SCJP 6
I suggest huckleberry pie. But the only thing on the gluten free menu is this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
MySQL - Cant connect to server 127.0.0.1 (10051)
java.sql.SQLException Access Denied
Three problems with mysql...
MySql 5.1.48 GRANT problems
1.1 data-source security , and MySql
More...