root/trunk/midgard/tools/midrepository/mysql-db.sql.in

Revision 7101, 430 bytes (checked in by bergius, 5 years ago)

Initial commit of the MidRepository? workflow extension
Issue number:
Obtained from:
Submitted by:
Reviewed by:

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1 INSERT INTO db
2 (Host,User,Db,Select_priv,Insert_priv,Update_priv,Delete_priv,Create_priv) VALUES ('localhost','@DB_USER@','@STAGING_DB@','Y','Y','Y','Y','Y'), ('localhost','@DB_USER@','@LIVE_DB@','Y','Y','Y','Y','Y'), ('localhost','@DB_USER@','@CENTRALSTAGING_DB@','Y','Y','Y','Y','Y'), ('localhost','@DB_USER@','@CENTRALLIVE_DB@','Y','Y','Y','Y','Y'), ('localhost','@DB_USER@','@META_DB@','Y','Y','Y','Y','Y');
3 FLUSH PRIVILEGES;
Note: See TracBrowser for help on using the browser.