Changes between Version 3 and Version 4 of InstallationGuidelines/MySQL
- Timestamp:
- 01/24/10 16:51:42 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/MySQL
v3 v4 1 1 == Installation on MySQL == 2 2 Replacing the simple SQLite database with MySQL allows greater scalability 3 4 '''Note''' : 5 1) The databases directory contains what web2py knows about your database[[BR]] 6 2) You need to set Migrate=True in 00_db.py before you update the code and switch back to Migrate = False later on.[[BR]] 7 3) In case of database mismatches - check the databases directory for the appropriate table ( cat the file ) and change accordingly.[[BR]] 8 3 9 4 10 Install Python support for MySQL: