Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

From source forge I got the direct link to Mysql. You might also want to install "mysql-server" and "mysql-devel" as pre-requisite/dependency packages. The easiest way to do this is "yum install mysql-server" and "yum install mysql-devel".

Code Block
$ /usr/bin/wget [http://downloads.sourceforge.net/project/mysql-python/mysql-python-test/1.2.3c1/MySQL-python-1.2.3c1.tar.gz?use_mirror=hivelocity]

$ gunzip MySQL-python-1.2.3c1.tar.gz

$ tar \-xvf MySQL-python-1.2.3c1.tar

$ cd MySQL-python-1.2.3c1

$ python setup.py build

$ python setup.py install

...