Changes between Version 28 and Version 29 of Internal/LoginService
- Timestamp:
- Jun 29, 2011, 6:48:14 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/LoginService
v28 v29 188 188 set password for 'omf'@'localhost'=password('omf'); 189 189 }}} 190 To create database run login.sql script file which is attached to this page. Resources table need to be fill out with data manually. 190 To create database newScheduler and populate it please do the following using the login.sql script file which is attached to this page. 191 {{{ 192 mysql -u omf -pomf 193 create database newScheduler; 194 exit 195 #mysql -u omf -pomf newScheduler < login.sql 196 }}} 197 Resources table need to be fill out with data manually. 191 198 192 199 For example: