I have opened XAMPP to start working and I have gotten the error that states
Error: MySQL shutdown unexpectedly
I fixed everything following the steps in this question
But after I started interacting with APIs I am developing I found that my backend was having issues those issues every single call I made:
SQLSTATE[42000]: Syntax error or access violation: 1305 PROCEDURE DB.PROCEDURE_NAME does not exist
Further investigation showed that, while I made a completely working backup for my tables and my data, there is no backup for my stored procedures and I pretty much lost everything I had.
So now the question comes by itself: How to backup the stored procedures the same way as the table, once the XAMPP MySQL Error prompts out?