Changes between Version 25 and Version 26 of WRF4Gframework4g_conf
- Timestamp:
- Sep 12, 2012 2:13:02 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4Gframework4g_conf
v25 v26 2 2 3 3 == Database == 4 5 6 [[NoteBox(warn, You should modify the database password after starting `wrf4g_framework`. You can execute: `echo "SET PASSWORD FOR 'wrf4guser'@'%' = PASSWORD('newpassword');" | mysql -P 11002 -u wrf4guser -h 127.0.0.1 -p`)]] 7 8 4 9 {{{ 5 10 [Database] 6 11 WRF4G_DB_LOCAL=1 7 WRF4G_DB_HOST= sipc1812 WRF4G_DB_HOST=mycomputer 8 13 WRF4G_DB_PORT=13306 9 14 WRF4G_DB_USER="wrf4guser"