Changes between Version 5 and Version 6 of InstallationGuidelines/MySQL
- Timestamp:
- 01/27/10 02:32:26 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/MySQL
v5 v6 30 30 Suggest to use connection pools to reuse connections in {{{models/00_db.py}}}: 31 31 {{{ 32 db=SQLDB('mysql://user: password@hostname/sahana',pools=20)32 db=SQLDB('mysql://user:mypassword@hostname/sahana',pools=20) 33 33 }}} 34 34 … … 44 44 ---- 45 45 InstallationGuidelines 46 InstallationGuidelines