Changes between Version 27 and Version 28 of LiveServer
- Timestamp:
- 07/30/10 13:43:28 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LiveServer
v27 v28 208 208 }}} 209 209 210 210 The 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 {{{ 213 CREATE USER 'munin'@'localhost' IDENTIFIED BY '********'; 214 GRANT 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 217 And a a /root/.my.cnf file was created: 218 219 {{{ 220 [client] 221 user = munin 222 password = ******** 223 host = localhost 224 }}} 211 225 212 226 === pecl-uploadprogress ===