Topic: MySQL to SQLite
I currently have PunBB 1.2.2 on a forum I run. It has about 100 users and 900 posts, which has gradually become a valuable resource. I want to convert the existing MySQL database into an SQLite one because I need cheaper hosting and it puts less load on the server (I've tested).
Is it as simple as doing a MySQL dump and then adding this to a new SQLite database, or is the syntax wildly different? Also, if I upgrade to 1.2.6, will my database structure change (will I need to worry)?
Thanks in advance,
Jamey