Is it possible to apply trigger on any table in information_schema?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is my understanding that the tables in information_schema are really views. This is mentioned here.
According to MySQL, you can’t make triggers on temp tables or views. See this page for a discussion about that.
So, I’m going to say no based on that information. I’m sure someone will correct me if I’m wrong on this.
There is a discussion similar to what you are asking here.
What are you trying to accomplish?