Changes between Version 2 and Version 3 of InstallationGuidelines/MySQL
- Timestamp:
- 01/14/10 16:51:28 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/MySQL
v2 v3 1 1 == Installation on MySQL == 2 2 Replacing the simple SQLite database with MySQL allows greater scalability 3 4 Install Python support for MySQL: 5 {{{ 6 apt-get install python-mysqldb 7 }}} 8 or 9 {{{ 10 wget http://downloads.sourceforge.net/project/mysql-python/mysql-python-test/1.2.3c1/MySQL-python-1.2.3c1.tar.gz 11 tar zxvf MySQL-python-1.2.3c1.tar.gz 12 cd MySQL-python-1.2.3c1 13 python setup.py install 14 }}} 3 15 4 16 Create the database 1st: