I have created a view but I would like to create a trigger that will replace the view each time either of the 2 tables that are used to create the view are updated.
Is there a solution for this or any suggestions on how to accomplish the same goal? Another solution would be to run a MySQL script at specific intervals to replace the view but I don't see a way to do that in MySQL.
Any help would be appreciated.
Using PMA.