Introduction
Requirements to make this happen.
This tutorial assumes that you already have MySQL setup and that you have knowledge of TAL. For more background on TAL, go here:
http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/AdvZPT.stx
In order to use MySQL as an external database with Plone, you need to install the following packages so that MySQL can communicate with Zope. Installation of these packages is beyond the scope of this tutorial.
- Python MySQL Package
- Zope
ZMySQLDA
Once you have successfully installed both the Python MySQL and ZMySQLDA packages, you will need to create two things within Plone in order to begin interacting with your MySQL database:
- A Z MySQL database connection
- Z SQL Method(s)
