Changes between Version 29 and Version 30 of WRF4Gframework4g_conf
- Timestamp:
- Sep 12, 2012 2:26:04 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4Gframework4g_conf
v29 v30 4 4 5 5 6 [[NoteBox(warn, You should modify the database password after starting `wrf4g_framework`. To do that\, you can execute: || `echo "SET PASSWORD FOR 'wrf4guser'@'%' = PASSWORD('newpassword');" | mysql -P 1 1002-u wrf4guser -h 127.0.0.1 -p`)]]6 [[NoteBox(warn, You should modify the database password after starting `wrf4g_framework`. To do that\, you can execute: || `echo "SET PASSWORD FOR 'wrf4guser'@'%' = PASSWORD('newpassword');" | mysql -P 13306 -u wrf4guser -h 127.0.0.1 -p`)]] 7 7 8 8 … … 17 17 }}} 18 18 19 '''WRF4G_DB_LOCAL''':: 0 indicates we want to use a external DB , 1 local. If you will use a external databa, you have to import [attachment:WRF4GDB WRF4GDB] table in your MySQL server.19 '''WRF4G_DB_LOCAL''':: 0 indicates we want to use a external DB and 1 local. If you will use a external database, you have to import [attachment:WRF4GDB WRF4GDB] table in your MySQL server. 20 20 21 21 '''WRF4G_DB_HOST''':: Computer where DB is running. If WRF4G_DB_LOCAL=1, WRF4G_DB_HOST has to be the name of the computer where WRF4G is running.