mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/
This commit is contained in:
parent
d767495d5b
commit
800ee76535
3322 changed files with 903437 additions and 0 deletions
21
sql/drop_mysql.sql
Normal file
21
sql/drop_mysql.sql
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
REVOKE ALL PRIVILEGES ON * . * FROM 'mangos'@'localhost';
|
||||
|
||||
REVOKE ALL PRIVILEGES ON `mangos` . * FROM 'mangos'@'localhost';
|
||||
|
||||
REVOKE GRANT OPTION ON `mangos` . * FROM 'mangos'@'localhost';
|
||||
|
||||
REVOKE ALL PRIVILEGES ON `characters` . * FROM 'mangos'@'localhost';
|
||||
|
||||
REVOKE GRANT OPTION ON `characters` . * FROM 'mangos'@'localhost';
|
||||
|
||||
REVOKE ALL PRIVILEGES ON `realmd` . * FROM 'mangos'@'localhost';
|
||||
|
||||
REVOKE GRANT OPTION ON `realmd` . * FROM 'mangos'@'localhost';
|
||||
|
||||
DELETE FROM `user` WHERE CONVERT( User USING utf8 ) = CONVERT( 'mangos' USING utf8 ) AND CONVERT( Host USING utf8 ) = CONVERT( 'localhost' USING utf8 ) ;
|
||||
|
||||
DROP DATABASE IF EXISTS `mangos` ;
|
||||
|
||||
DROP DATABASE IF EXISTS `characters` ;
|
||||
|
||||
DROP DATABASE IF EXISTS `realmd` ;
|
||||
Loading…
Add table
Add a link
Reference in a new issue