Show
Ignore:
Timestamp:
11/19/08 13:21:11 (17 years ago)
Author:
yumileroy
Message:

[svn] * Continue Trinity Script conversion.

Original author: Seline
Date: 2008-10-03 19:21:26-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/bindings/scripts/sql/create_database.sql

    r2 r5  
    1 CREATE DATABASE `scriptdev2` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; 
     1CREATE DATABASE `trinityscript` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; 
    22 
    3 GRANT ALL PRIVILEGES ON `scriptdev2` . * TO 'mangos'@'localhost' WITH GRANT OPTION; 
    4  
     3GRANT ALL PRIVILEGES ON `trinityscript` . * TO 'trinity'@'localhost' WITH GRANT OPTION;