diff options
author | hunteee <none@none> | 2009-06-18 19:31:55 +0200 |
---|---|---|
committer | hunteee <none@none> | 2009-06-18 19:31:55 +0200 |
commit | c6c1284eb03354d503acd680958b6df29d022914 (patch) | |
tree | 6ced7fcce45b4cd3ea6f24484d79a064a40b1588 /sql/create_mysql.sql | |
parent | c790caec69ecf1992e4b0098e1da08abe903d328 (diff) |
*Second part of previous commit.
--HG--
branch : trunk
Diffstat (limited to 'sql/create_mysql.sql')
-rw-r--r-- | sql/create_mysql.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/create_mysql.sql b/sql/create_mysql.sql index 2932595939e..f71ced7d07d 100644 --- a/sql/create_mysql.sql +++ b/sql/create_mysql.sql @@ -12,4 +12,3 @@ GRANT ALL PRIVILEGES ON `characters` . * TO 'trinity'@'localhost' WITH GRANT OPT GRANT ALL PRIVILEGES ON `realmd` . * TO 'trinity'@'localhost' WITH GRANT OPTION; - |