I wanted to know if I restart my server/or the database, do I lost then my MySQL Triggers or will they be still available after the restart or shutdown? Or must I add them every time then?
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.
Unless they’re set on a memory table (can they be? not even sure), then they’ll still be there. Barring a catastrophic crash, it would be a very poor database if it “forgot” things between invocations.