Topic: Converting from sqlite to MySQL
My board has almost reached 40k posts, and the sqlite DB is about 130MB. I decided to "upgrade" to MySQL to see if it improved performance and/or fixed the "long post edit hang" problem I've been having..
I managed to dump the sqlite DB, and munch it to make MySQL accept it (after creating the SQL database with the "collate latin1_bin" ! otherwise search indexes are broken) and the new install of punbb can browser the new database succesfuly, but I can't post any new posts, it tries to re-use the "zero" topic number instead of using the last one used.
Does anyone managed to do this conversion ?