Vallorz Posted June 18, 2022 Share Posted June 18, 2022 Sorry if there is a tutorial or something somewhere but couldn't find a clear answer anywhere.  How do I got about moving from an SQLite database to a MySQL database?  I already have a MySQL database setup, but usually you have a .sql file to import for all the tables. Not sure how I would go about moving my current SQLite database to it? Link to comment Share on other sites More sharing options...
0 JSonderchild Posted June 19, 2022 Share Posted June 19, 2022 You can do it with the server application. Just type 'migrate' in it to start the process Vallorz and jcsnider 2 Link to comment Share on other sites More sharing options...
0 Vallorz Posted June 19, 2022 Author Share Posted June 19, 2022 2 hours ago, JSonderchild said: You can do it with the server application. Just type 'migrate' in it to start the process  Ahh thank you! I had been trying to convert the sqlite file to an sql dump and import it but it kept breaking the server. Using the command worked though. No idea how I missed that xD Alexoune001 and jcsnider 1 1 Link to comment Share on other sites More sharing options...
Question
Vallorz
Sorry if there is a tutorial or something somewhere but couldn't find a clear answer anywhere.Â
Â
How do I got about moving from an SQLite database to a MySQL database?
Â
I already have a MySQL database setup, but usually you have a .sql file to import for all the tables.
Not sure how I would go about moving my current SQLite database to it?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts