Changes between Version 9 and Version 10 of SpamAssassin3SQLBayes
- Timestamp:
- Dec 3, 2006, 7:09:00 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SpamAssassin3SQLBayes
v9 v10 10 10 ''If you are using MySQL 4.x, I would advise you to change the tables from type MyISAM to [wiki:InnoDB InnoDB] to improve the locking speed.'' 11 11 12 Create the tables required with commands such as the following: 12 Create the tables required with commands such as the following: (Note: Maia has shipped with these tables in its schema for some time now) 13 13 14 * '''mysql -u root maia -p < awl_mysql.sql''' 14 15 * '''mysql -u root maia -p < bayes_mysql.sql'''