There is a TRIGGERS table in the information_schema 

Eg.
select Trigger_Name from TRIGGERS 
where trigger_name = 'TI_AGENT' AND trigger_schema = 'PROPLINK'


-----Original Message-----
From: Adrian Co [mailto:[EMAIL PROTECTED] 
Sent: Friday, 7 April 2006 1:54 PM
To: mysql@lists.mysql.com
Subject: Determining if a trigger exists

Hi,

Whats the simplest way to determine if a trigger already exists?

i.e. For tables you have: CREATE TABLE IF NOT EXISTS ...

Is there a way to do

CREATE TRIGGER IF NOT EXISTS

I'm using MySQL 5.0 btw.

Thanks!

Regards,
Adrian

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to