Revoking priviliges in database
I know with:
Code:
grant all privileges on *.* to username@localhost identified by 'password' with grant option; Whats the command line to remove those privilages? |
Code:
Remove all privilages on *.* to 'username@localhost' identified by 'password' without grant option; |
if you have mysql front, or anything, you can edit the main mysql db..
database: mysql server: localhost user: root no password. go to user table and there they are :) hope this helps |
Re: Revoking priviliges in database
Quote:
http://dev.mysql.com/doc/mysql/en/GRANT.html |
All times are GMT -4. The time now is 09:11 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.