Changes between Version 15 and Version 16 of InstallationGuidelines/MySQL
- Timestamp:
- 08/12/10 01:09:41 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/MySQL
v15 v16 24 24 or 25 25 {{{ 26 wget http:// downloads.sourceforge.net/project/mysql-python/mysql-python-test/1.2.3c1/MySQL-python-1.2.3c1.tar.gz27 tar zxvf MySQL-python-1.2.3 c1.tar.gz28 cd MySQL-python-1.2.3 c126 wget http://pypi.python.org/packages/source/M/MySQL-python/MySQL-python-1.2.3.tar.gz#md5=215eddb6d853f6f4be5b4afc4154292f 27 tar zxvf MySQL-python-1.2.3.tar.gz 28 cd MySQL-python-1.2.3 29 29 python setup.py install 30 30 }}} 31 31 32 For Windows try this binary: 33 * http://www.thescotties.com/mysql-python/test/MySQL-python-1.2.3c1.win32-py2.6.exe 32 34 === Create the database === 33 35 Database should be created within MySQL before Web2Py can see it to add the relevant tables: