You have to first build the database in mysql. Open a command prompt, switch to your mysql bin directory (usually c:\mysql\bin). Run MYSQL, at the prompt, type in 'create database spamfilter' (I'm doing this from memory and I've slept some since then but you should get the point <G>). Exit Mysql and close the command prompt.
Next, make sure you've installed the ODBC connector for Mysql. It's a download from the Mysql site. Install it. Then...
Start->Settings->Control Panel->Administrative Tools->Data Sources
Create a data source in the System DSN using the Mysql ODBC connector and connecting to the database you made above. Usually the login id for the connector is root and the password is blank. If you've put security in place around all that you'll need to use whatever login/password combo you made.
Next, open Spam Filter, go to the Settings tab, Quarantine DB tab, and to the right of the Connection String is a small button with 3 dots. Click that button. Make a Connection String using the next dialog box. The connection string attaches to your DSN you created with the ODBC connector above. You can use the BUILD button to help make it. When you click Build the pulldown for 'Use Data Source Named' will show the ODBC connector. Select it, provide the root and password (blank unless changed), click allow blank password, click save password, and test the connection. If it tests ok, you're good to go, if not, then something still isn't right.
Assuming things are ok, click ok. Click ok again, Now proceed through the Step 1-3 for making the tables and activating the quarantine.
I may have missed some stuff because I don't have it in front of me, but that's the general idea. You have to have Mysql installed, Mysql ODBC installed, Create a database, make an ODBC connector for the database, tell spam filter about that connector, then create the tables, and then activate the quarantine.
Hope this helps!
bill
|