• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

AAC How do I convert my SQLite database to MySQL to run XAMPP 1.7.3?

Solution
Dump sqlite sql file and than modify to make it work with mysql. Acutally there is plenty of ways to do it.

you can try programs like DB browser to export sql and than modify or convert to mysql .sql.


PS. I found very old thread but pictures are already gone.
Your engine is probably 15-20 years old, its time to think about some changes.



for sure you can find a lot of scripts on git too.
Dump sqlite sql file and than modify to make it work with mysql. Acutally there is plenty of ways to do it.

you can try programs like DB browser to export sql and than modify or convert to mysql .sql.


PS. I found very old thread but pictures are already gone.
Your engine is probably 15-20 years old, its time to think about some changes.



for sure you can find a lot of scripts on git too.
 
Solution
Thanks @magozon Solved.
I will continue using SQLite even knowing that MySQL has many vulnerabilities and, since my internet is shared, it can easily go down if I open port 80 TCP on the modem. It suffers a DDoS attack and my internet goes down. I'll wait until I receive the money and invest in a dedicated server, unless I can get a PC with more processing power.
 
Back
Top