Changes between Version 27 and Version 28 of Internal/LoginService
- Timestamp:
- Jun 29, 2011, 6:40:39 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/LoginService
v27 v28 181 181 182 182 === Scheduler Database === 183 183 Please create a user in mysql that will own the scheduler database, we create user called 'omf' with password 'omf'. 184 {{{ 185 use mysql; 186 create user 'omf'@'localhost'; 187 grant all on *.* to 'omf'@'localhost'; 188 set password for 'omf'@'localhost'=password('omf'); 189 }}} 184 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. 185 191