Changeset 18231 for trunk/Nebulous-Server/docs/database_setup.txt
- Timestamp:
- Jun 19, 2008, 5:34:28 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
r18205 r18231 1 1 # Copyright (C) 2004 Joshua Hoblitt 2 2 # 3 # $Id: database_setup.txt,v 1. 8 2008-06-20 00:49:20jhoblitt Exp $3 # $Id: database_setup.txt,v 1.9 2008-06-20 03:34:28 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 nebulous.* TO 'nebulous'@' localhost'12 IDENTIFIED BY ' pixel' WITH GRANT OPTION;11 GRANT ALL PRIVILEGES ON nebulous.* TO 'nebulous'@'ipp019' 12 IDENTIFIED BY '@neb@' WITH GRANT OPTION; 13 13 FLUSH PRIVILEGES; 14 14 USE nebulous;
Note:
See TracChangeset
for help on using the changeset viewer.
