<div dir="ltr"><div style="line-height:1.5;color:rgb(0,0,0);font-family:Verdana;font-size:14px">Greetings esteemed developers:</div><div style="line-height:1.5;color:rgb(0,0,0);font-family:Verdana;font-size:14px"><br></div><div style="line-height:1.5;color:rgb(0,0,0);font-family:Verdana;font-size:14px"><div style="line-height:1.5">I have some questions about MariaDB; first of all it is our development requirement, we want to base on MariaDB database, as the database of our program, and then we are now encountering a problem, that is, once the MariaDB database is closed, the existing data will be cleared, and if we restart the MariaDB database again, we also get a brand new MariaDB. Of course, I have tried to use some sql files to make MariaDB create the database I need when I start it, but if I close MariaDB again after I operate some data in my program, and then start MariaDB again, I will find that the data I have operated in the past is not there, and it is still the database that is created according to that sql file. I would like to ask MariaDB if there is a way to save the data that I have manipulated in my program when it is closed or stopped, i.e. the "persistent data" operation in MySQL.</div><div style="line-height:1.5"><br></div><div style="line-height:1.5">Thank you for your help.</div></div></div>