Jump to content
  • 0

Move from SQLite to MySQL


Vallorz

Question

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

  • 0
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

Link to comment
Share on other sites

×
×
  • Create New...