Can any of you help me to install MySQL so that I can use it with Zope on Windows 2000? I see that it *can* be done (and switching to Linux is *not* an option right now), but cannot find instructions on how to put everything together. Thanks! --greg
You'll need ZMySQLDA and the binaries for MySQL-Python. ZMySQLDA can be found at http://www.zope.org/Members/adustman/Products/ZMySQLDA and the MySQL-Python binaries for Windows can be found at http://sourceforge.net/project/showfiles.php?group_id=22307&release_id=10289 3. Hope that helps, Kevin -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of yuba@cyberback.com Sent: Monday, January 06, 2003 3:55 PM To: zope@zope.org Subject: [Zope] Zope, MySQL, and Windows2000 Can any of you help me to install MySQL so that I can use it with Zope on Windows 2000? I see that it *can* be done (and switching to Linux is *not* an option right now), but cannot find instructions on how to put everything together. Thanks! --greg _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
search google on this list... if you start zope using "real" python ... C:\python21\python.exe after you install the mysqldb on python... it'll work. While you're at it, check out the mysql groups... I run mysql on windows ONLY IN DEVELOPMENT... it's a little querky... Make sure you look at all the options in your .cnf file, fore the defaults differ from windows to linux and it'll kill your day if your not careful. Bob ----- Original Message ----- From: <yuba@cyberback.com> To: <zope@zope.org> Sent: Monday, January 06, 2003 3:55 PM Subject: [Zope] Zope, MySQL, and Windows2000 Can any of you help me to install MySQL so that I can use it with Zope on Windows 2000? I see that it *can* be done (and switching to Linux is *not* an option right now), but cannot find instructions on how to put everything together. Thanks! --greg _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
From: yuba@cyberback.com
Can any of you help me to install MySQL so that I can use it with Zope on Windows 2000? I see that it *can* be done (and switching to Linux is *not* an option right now), but cannot find instructions on how to put everything together.
I've just done it today. Do a search for MySQL and install the win32 version. Then you need the MySQL for Python. That's the tricky one, it doesn't install unless you tweak the registry beforehand (there's a message in the forum on the sourceforge site that reveals the specifics). Then the ZMySQLDA. It's all really just a matter of searching, installing, searching, installing, searching, installing, etc. NB I'm a newbie so don't take this as authoritative. But, I've got MySQL running as a service on one machine, and the ability to connect to it from another Win2K machine. I've got MyODBC talking to it, but I've not tested the ability to talk to it from Zope yet...
participants (4)
-
Crosbie Fitch -
Kevin Carlson -
working4aliving -
yuba@cyberback.com