Changes between Version 6 and Version 7 of GridCtlSetup


Ignore:
Timestamp:
Jan 24, 2012, 9:56:39 PM (12 years ago)
Author:
dzollars
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GridCtlSetup

    v6 v7  
    1313
    1414$ mysql -u root -p gfac <gfac.sql
     15}}}
     16
     17 * Set up the necessary grants so that your gfac user can access the tables it needs:
     18
     19{{{
     20GRANT SELECT, INSERT, UPDATE, DELETE ON gfac.* TO gfac@'%' IDENTIFIED BY 'gfac_password';
    1521}}}
    1622