Changes between Version 6 and Version 7 of GridCtlSetup
- Timestamp:
- Jan 24, 2012, 9:56:39 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GridCtlSetup
v6 v7 13 13 14 14 $ 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 {{{ 20 GRANT SELECT, INSERT, UPDATE, DELETE ON gfac.* TO gfac@'%' IDENTIFIED BY 'gfac_password'; 15 21 }}} 16 22