EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=617)
-   -   Revoking priviliges in database (https://www.eqemulator.org/forums/showthread.php?t=13362)

Jezebell 04-24-2004 08:24 AM

Revoking priviliges in database
 
I know with:

Code:

grant all privileges on *.* to username@localhost identified by 'password' with grant option;
You can give someone access to your database.

Whats the command line to remove those privilages?

NarutoLegacy 04-24-2004 12:40 PM

Code:

Remove all privilages on *.* to 'username@localhost' identified by 'password' without grant option;
Maybe something like that... don't know.

Cripp 04-24-2004 12:44 PM

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

Derision 04-24-2004 12:46 PM

Re: Revoking priviliges in database
 
Quote:

Originally Posted by Jezebell
Whats the command line to remove those privilages?

Revoke is what you are after. Documented here:

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.