Changes between Version 27 and Version 28 of LiveServer


Ignore:
Timestamp:
07/30/10 13:43:28 (6 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LiveServer

    v27 v28  
    208208}}} 
    209209 
    210  
     210The Mysql user 'munin' was carried over from the old live server, where it had been created using this command as the Mysql root user: 
     211 
     212{{{ 
     213CREATE USER 'munin'@'localhost' IDENTIFIED BY '********'; 
     214GRANT USAGE ON * . * TO 'munin'@'localhost' IDENTIFIED BY '********' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0 ; 
     215}}} 
     216 
     217And a a /root/.my.cnf file was created: 
     218 
     219{{{ 
     220[client] 
     221user = munin 
     222password = ******** 
     223host = localhost 
     224}}} 
    211225 
    212226=== pecl-uploadprogress ===