Does MySQL have an "autoexec.bat"?
Does MySQL have some mechanism that will execute a script whenever mysqld is restarted?
I have an application that needs to remember values/do queries for the life of the database. Unfortunately, we're restarting mysqld frequently and we lose variables.
How about a database startup trigger than can do stuff?
I'm sure I can write a little PHP program to do what I want but I need to have something run whenever mysqld starts or gets restarted.
Brian
Subject
Written By
Posted
Does MySQL have an "autoexec.bat"?
March 15, 2006 01:19PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.