Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can I force Mysql to change some of my tables when I change the others automatically? like when I add a field or create a table it's automatically added to table "information_schema"
Posted

1 solution

if you had no other solution try using events that occure every specified period and check for changes you want to know about then do what you want
for example
create an event that occures every week and checks if there is new table in database then inserts it in your "information_schema" table
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900