I need to be able to run php scripts when inserting or modifying data in mysql, or use a certain time field in mysql to run php scripts. However, mysql timers and triggers seem to be unable to operate programs other than mysql. Question What method can be used to monitor the actions of mysql in real time and run php scripts.
It seems that the poster means that the MySQL command line interface is working. Then why don’t you connect to MySQL through php and then call the php monitoring script file through php when executing CURD?