SQLite to Mysql - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SQLite to Mysql (
/showthread.php?tid=570880)
SQLite to Mysql -
iBots - 14.04.2015
How is it possible to change quickly from SQLite to MySQL?
Re : SQLite to Mysql -
Dutheil - 14.04.2015
You need to export a .sql
Re : SQLite to Mysql -
AlexBlack - 14.04.2015
change what ? the code or the database?
Re: SQLite to Mysql -
Sergei - 14.04.2015
Create new database in MySQL. Then you have plenty of ways to migrate data from one db to the other. Search around or make your own script.
Re: SQLite to Mysql -
iBots - 14.04.2015
I meant converting code
Re: SQLite to Mysql -
BleverCastard - 14.04.2015
You learn. That's how everyone started out.