Changes between Version 5 and Version 6 of InstallationGuidelines/MySQL


Ignore:
Timestamp:
01/27/10 02:32:26 (15 years ago)
Author:
Tim McNamara
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/MySQL

    v5 v6  
    3030Suggest to use connection pools to reuse connections in {{{models/00_db.py}}}:
    3131{{{
    32 db=SQLDB('mysql://user:password@hostname/sahana',pools=20)
     32db=SQLDB('mysql://user:mypassword@hostname/sahana',pools=20)
    3333}}}
    3434
     
    4444----
    4545InstallationGuidelines
     46InstallationGuidelines