I created the number of stored procedures in MySQL through remote access. And these procedures worked well.
A few days later, when I connected to the database through remote access. All stored procedures were alive, but when I tried to call these procedures, I realized that the SQL queries inside the procedures disappeared. Does anyone know the reason?
Hamdi source
share