MYSQL trigger gets deleted automatically

Posted by Mirage on Stack Overflow See other posts from Stack Overflow or by Mirage
Published on 2010-06-02T02:29:46Z Indexed on 2010/06/02 2:33 UTC
Read the original article Hit count: 222

Filed under:
|

I have using mysql 5.1 with cpanel /whm centOS.

I had to use trigger for one of my website. so i installed trigger as root so that when something gets inserted on one table there some more rows gets inserted in other table

Everything was working fine, but i have seen that there is no trigger in my dtabase.

How does that be deleted from DB.

I am bit worried because currently site is not live , but it can cause problem if this happens in live site.

Does any mysql updation cause the trigger to delete. but i have no updated.

How can i make sure it don't happen in future

Thanks

© Stack Overflow or respective owner

Related posts about mysql

Related posts about triggers