Changeset 18205 for trunk/Nebulous-Server/docs/database_setup.txt
- Timestamp:
- Jun 19, 2008, 2:49:20 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/docs/database_setup.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/docs/database_setup.txt
r5488 r18205 1 1 # Copyright (C) 2004 Joshua Hoblitt 2 2 # 3 # $Id: database_setup.txt,v 1. 7 2005-11-09 00:49:44jhoblitt Exp $3 # $Id: database_setup.txt,v 1.8 2008-06-20 00:49:20 jhoblitt Exp $ 4 4 5 5 ### Database Setup … … 9 9 DROP DATABASE IF EXISTS nebulous; 10 10 CREATE DATABASE nebulous; 11 GRANT ALL PRIVILEGES ON *.* TO 'nebulous'@'localhost'11 GRANT ALL PRIVILEGES ON nebulous.* TO 'nebulous'@'localhost' 12 12 IDENTIFIED BY 'pixel' WITH GRANT OPTION; 13 13 FLUSH PRIVILEGES;
Note:
See TracChangeset
for help on using the changeset viewer.
