IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 19, 2008, 2:49:20 PM (18 years ago)
Author:
jhoblitt
Message:

only grant privs on the nebulous db

File:
1 edited

Legend:

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

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