Changes between Version 41 and Version 42 of InstallationGuidelines/MySQL
- Timestamp:
- 09/09/10 09:44:17 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/MySQL
v41 v42 33 33 For Windows try this binary: 34 34 * http://www.thescotties.com/mysql-python/test/MySQL-python-1.2.3c1.win32-py2.6.exe 35 36 == Configuration == 37 38 You can store the MySQL password for easy access: 39 {{{ 40 vim ~/.my.cnf 41 [client] 42 user=root 43 password=my_password 44 }}} 45 35 46 === Create the database === 36 47 Database should be created within MySQL before Web2Py can see it to add the relevant tables: