Changes between Version 2 and Version 3 of InstallationGuidelines/MySQL


Ignore:
Timestamp:
01/14/10 16:51:28 (15 years ago)
Author:
Fran Boon
Comment:

Python support

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/MySQL

    v2 v3  
    11== Installation on MySQL ==
    22Replacing the simple SQLite database with MySQL allows greater scalability
     3
     4Install Python support for MySQL:
     5{{{
     6apt-get install python-mysqldb
     7}}}
     8or
     9{{{
     10wget http://downloads.sourceforge.net/project/mysql-python/mysql-python-test/1.2.3c1/MySQL-python-1.2.3c1.tar.gz
     11tar zxvf MySQL-python-1.2.3c1.tar.gz
     12cd MySQL-python-1.2.3c1
     13python setup.py install
     14}}}
    315
    416Create the database 1st: