MYSQL - how to install ?

L

Lad

I use XP windows and Python 2.3. How can I install MYSQL on my
computer? I could not find any installer for MYSQL and Python 2.3
Thanks for help
Lad.
 
L

Lad

I am sorry it was my fault I did not say that clearly.
I do not have a problem to install MySQL server but I do not know how
to install MySQLdb module on my windowsXP so that I can work with
MySQL server via Python 2.3.
Thanks for help
Lad
 
H

Harlin

Sorry about the mis-read. Keep in mind that if you're doing this on
win32 (and it looks like you are), you can use ODBC a bit easier. :)
 
A

Andy Dustman

For those of you who care, the latest stable version of MySQLdb is
1.2.0. Currently there is not a WIndows installer, however. I do not
have the toolchain to build it, either; I depend on people to donate
installers. If you have Python from the python.org packages and MySQL
from the mysql.com packages on Windows, and you have the necessary
compiler to build MySQLdb, please consider running:

python setup.py bdist_wininst

to build an installer and letting me know via the SourceForge contact
page:

https://sourceforge.net/sendmessage.php?touser=71372

I'm sure you'll make some poor Windows users very happy. I'll accept
packages for any combination of MySQLdb-{1.0.1,1.2.0}, MySQL-{4.0,4.1},
Python-{2.1,2.2,2.3,2,4} (though I think Python<2.3 is a bit moldy, and
it not guaranteed to work with MySQLdb-1.2.0). Please remember, your
package must work with the standard packages.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,219
Messages
2,571,127
Members
47,744
Latest member
FrederickM

Latest Threads

Top