Posts: 498
Threads: 233
Joined: Aug 2013
Reputation:
0
How is it possible to change quickly from SQLite to MySQL?
Posts: 507
Threads: 29
Joined: Jul 2014
Reputation:
0
You need to export a .sql
Posts: 307
Threads: 49
Joined: Oct 2013
Reputation:
0
change what ? the code or the database?
Posts: 2,862
Threads: 11
Joined: Mar 2008
Reputation:
0
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.
Posts: 845
Threads: 123
Joined: Dec 2011
Reputation:
0
You learn. That's how everyone started out.