From fdc4adbfe1d5b0faba3fd10dc6ec298839569cc2 Mon Sep 17 00:00:00 2001 From: Xanadu Date: Tue, 20 Jul 2010 06:53:27 +0200 Subject: * Returned CMakeLists.txt misplaced in the merge. Thanks to click for spotting it. * Deleted some files that also shouldn't have been there. --HG-- branch : trunk rename : sql/tools/CMakeLists.txt => sql/CMakeLists.txt --- sql/tools/drop_mysql.sql | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 sql/tools/drop_mysql.sql (limited to 'sql/tools/drop_mysql.sql') diff --git a/sql/tools/drop_mysql.sql b/sql/tools/drop_mysql.sql deleted file mode 100644 index c0ec81e378f..00000000000 --- a/sql/tools/drop_mysql.sql +++ /dev/null @@ -1,21 +0,0 @@ -REVOKE ALL PRIVILEGES ON * . * FROM 'trinity'@'localhost'; - -REVOKE ALL PRIVILEGES ON `world` . * FROM 'trinity'@'localhost'; - -REVOKE GRANT OPTION ON `world` . * FROM 'trinity'@'localhost'; - -REVOKE ALL PRIVILEGES ON `characters` . * FROM 'trinity'@'localhost'; - -REVOKE GRANT OPTION ON `characters` . * FROM 'trinity'@'localhost'; - -REVOKE ALL PRIVILEGES ON `realmd` . * FROM 'trinity'@'localhost'; - -REVOKE GRANT OPTION ON `realmd` . * FROM 'trinity'@'localhost'; - -DROP USER 'trinity'@'localhost'; - -DROP DATABASE IF EXISTS `world`; - -DROP DATABASE IF EXISTS `characters`; - -DROP DATABASE IF EXISTS `realmd`; -- cgit v1.2.3