Hi
I am just in the process of upgrading my installation to SFE but am haviung a few problems. My setup consists of Windows server 2003 R2 Standard Edition with SP2, MySQL 5.1.58-community edition and MySQL ODBC connector v3.51.12. I have successfully activated SFE but when I click "Create/Check Database Tables" I get a whole bunch of errors similar to this:
******* Error:[MySQL][ODBC 3.51 Driver][mysqld-5.1.58-community]This version of MySQL doesn't yet support 'multiple triggers with the same action time and event for one table' 07/11/11 18:18:21:753 -- ===========Executing:============ 07/11/11 18:18:21:753 -- -- -- drop trigger trbl_countries_au; -- -- go -- create trigger trbl_countries_au -- after update on tblbl_countries -- for each row -- begin -- if not exists (select * from tblreloadtableinfo r where (r.domainid = old.domainid) and (r.tablename = 'tblbl_countries')) then -- insert into tblreloadtableinfo (domainid, updatetable, tablename) values (old.domainid, 1, 'tblbl_countries'); -- end if; -- end; -- 07/11/11 18:18:21:753 -- ******* Error:[MySQL][ODBC 3.51 Driver][mysqld-5.1.58-community]This version of MySQL doesn't yet support 'multiple triggers with the same action time and event for one table'
Followed by a bunch of errors similar to:
[MySQL][ODBC 3.51 Driver][mysqld-5.1.58-community]Can't create table 'spamfilter.#sql-17dac_152' (errno: 121)
[MySQL][ODBC 3.51 Driver][mysqld-5.1.58-community]Duplicate entry ' ALL DOMAINS' for key 'domainname'
[MySQL][ODBC 3.51 Driver][mysqld-5.1.58-community]This version of MySQL doesn't yet support 'multiple triggers with the same action time and event for one table'
[MySQL][ODBC 3.51 Driver][mysqld-5.1.58-community]This version of MySQL doesn't yet support 'multiple triggers with the same action time and event for one table'
What am I doing wrong?
Thanks for your help
------------- Tradaweb Ltd
PO Box 30
St Neots
Cambridgeshire PE19 7GF
UK
http://www.tradaweb.co.uk" rel="nofollow - http://www.tradaweb.co.uk
|