Re: MySQL bayes setup question

2011-06-14 Thread Marc Perkel
On 6/14/2011 12:10 PM, Dave Wreski wrote: Marc, You can also find the readme for sql support there, or check out: http://svn.apache.org/repos/asf/spamassassin/branches/3.3/sql/README.bayes It's quite easy to setup and get running. I can't seem to find the bayes_mysql.sql file anywhere.

Re: MySQL bayes setup question

2011-06-14 Thread Benny Pedersen
On Tue, 14 Jun 2011 13:40:33 -0400, Morgan Bishop wrote: http://svn.apache.org/repos/asf/spamassassin/branches/3.3/sql/bayes_mysql.sql note that MyISAM should be changed to INNODB on bayes_token if you have INNODB avail, other tables can still be as is

Re: MySQL bayes setup question

2011-06-14 Thread Dave Wreski
Marc, You can also find the readme for sql support there, or check out: http://svn.apache.org/repos/asf/spamassassin/branches/3.3/sql/README.bayes It's quite easy to setup and get running. I can't seem to find the bayes_mysql.sql file anywhere. Depending on your distribution it could be in

Re: MySQL bayes setup question

2011-06-14 Thread Marc Perkel
On 6/14/2011 10:40 AM, Morgan Bishop wrote: On 6/14/2011 1:23 PM, Marc Perkel wrote: On 6/14/2011 10:19 AM, Morgan Bishop wrote: On 6/14/2011 1:03 PM, Marc Perkel wrote: I must be blind but I can seem to find the files or instructions for creating the mysql databases to set up bayes. Tha

Re: MySQL bayes setup question

2011-06-14 Thread Morgan Bishop
On 6/14/2011 1:23 PM, Marc Perkel wrote: On 6/14/2011 10:19 AM, Morgan Bishop wrote: On 6/14/2011 1:03 PM, Marc Perkel wrote: I must be blind but I can seem to find the files or instructions for creating the mysql databases to set up bayes. Thanks in advance I'm not sure, but I believe you

Re: MySQL bayes setup question

2011-06-14 Thread Marc Perkel
On 6/14/2011 10:19 AM, Morgan Bishop wrote: On 6/14/2011 1:03 PM, Marc Perkel wrote: I must be blind but I can seem to find the files or instructions for creating the mysql databases to set up bayes. Thanks in advance I'm not sure, but I believe you are looking for bayes_mysql.sql in the s

Re: MySQL bayes setup question

2011-06-14 Thread Morgan Bishop
On 6/14/2011 1:03 PM, Marc Perkel wrote: I must be blind but I can seem to find the files or instructions for creating the mysql databases to set up bayes. Thanks in advance I'm not sure, but I believe you are looking for bayes_mysql.sql in the spamassassin documentation directory. Depending

Re: MySQL bayes setup question

2011-06-14 Thread a . smith
Look in the "sql" directory in the source code, Andy. Quoting Marc Perkel : I must be blind but I can seem to find the files or instructions for creating the mysql databases to set up bayes.