Changes between Version 27 and Version 28 of Internal/LoginService


Ignore:
Timestamp:
Jun 29, 2011, 6:40:39 PM (13 years ago)
Author:
jsingh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/LoginService

    v27 v28  
    181181       
    182182=== Scheduler Database ===
    183 
     183Please create a user in mysql that will own the scheduler database, we create user called 'omf' with password 'omf'.
     184{{{
     185use mysql;
     186create user 'omf'@'localhost';
     187grant all on *.* to 'omf'@'localhost';
     188set password for 'omf'@'localhost'=password('omf');
     189}}}
    184190To create database run login.sql script file which is attached to this page. Resources table need to be fill out with data manually.
    185191