IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 19, 2008, 5:34:28 PM (18 years ago)
Author:
jhoblitt
Message:

add --host option to nebdiskd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/docs/database_setup.txt

    r18205 r18231  
    11# Copyright (C) 2004  Joshua Hoblitt
    22#
    3 # $Id: database_setup.txt,v 1.8 2008-06-20 00:49:20 jhoblitt Exp $
     3# $Id: database_setup.txt,v 1.9 2008-06-20 03:34:28 jhoblitt Exp $
    44
    55### Database Setup
     
    99DROP DATABASE IF EXISTS nebulous;
    1010CREATE DATABASE nebulous;
    11 GRANT ALL PRIVILEGES ON nebulous.* TO 'nebulous'@'localhost'
    12     IDENTIFIED BY 'pixel' WITH GRANT OPTION;
     11GRANT ALL PRIVILEGES ON nebulous.* TO 'nebulous'@'ipp019'
     12    IDENTIFIED BY '@neb@' WITH GRANT OPTION;
    1313FLUSH PRIVILEGES;
    1414USE nebulous;
Note: See TracChangeset for help on using the changeset viewer.