Difference: WebDownload3 (13 vs. 14)

Revision 142012-01-19 - DaniloDongiovanni

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

NEW Installation for emi-WMS/LB, WMSMonitor 3.0

Line: 136 to 136
 

Database Initialization:

  1. ENTER mysql console as root
Changed:
<
<
    1. mysql> CREATE USER 'wmsmon'@'%' IDENTIFIED BY 'mypass';
>
>
    1. mysql> CREATE USER 'wmsmon'@'localhost' IDENTIFIED BY 'mypass';
 
    1. mysql> CREATE database wmsmon;
Changed:
<
<
    1. mysql> grant ALL on wmsmon.* TO 'wmsmon'@'%';
>
>
    1. mysql> grant ALL on wmsmon.* TO 'wmsmon'@'localhost';
    2. mysql> CREATE USER 'webwmsmon'@'localhost' IDENTIFIED BY 'myotherpass';
    3. mysql> grant SELECT on wmsmon.* TO 'webwmsmon'@'localhost';
 
    1. mysql> flush privileges;
    2. mysql> exit;
  1. Back on shell import the sql dump file provided
 
TWIKI.NET
This site is powered by the TWiki collaboration platformCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback