Changes between Version 15 and Version 16 of InstallationGuidelines/MySQL


Ignore:
Timestamp:
08/12/10 01:09:41 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/MySQL

    v15 v16  
    2424or
    2525{{{
    26 wget http://downloads.sourceforge.net/project/mysql-python/mysql-python-test/1.2.3c1/MySQL-python-1.2.3c1.tar.gz
    27 tar zxvf MySQL-python-1.2.3c1.tar.gz
    28 cd MySQL-python-1.2.3c1
     26wget http://pypi.python.org/packages/source/M/MySQL-python/MySQL-python-1.2.3.tar.gz#md5=215eddb6d853f6f4be5b4afc4154292f
     27tar zxvf MySQL-python-1.2.3.tar.gz
     28cd MySQL-python-1.2.3
    2929python setup.py install
    3030}}}
    3131
     32For Windows try this binary:
     33 * http://www.thescotties.com/mysql-python/test/MySQL-python-1.2.3c1.win32-py2.6.exe
    3234=== Create the database ===
    3335Database should be created within MySQL before Web2Py can see it to add the relevant tables: