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

Revision 7101, 122 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 user (Host,User,Password) VALUES ('localhost','@DB_USER@',Password('@DB_USER_PASSWORD@'));
2 FLUSH PRIVILEGES;
3
Note: See TracBrowser for help on using the browser.