SQLite conversion to others
Fragment of a discussion from Project:Support desk
Well you can export your MediaWiki db to xml files and then import those. See Manual:ImportDump.php and Manual:DumpBackup.php.
There is quite possibly a way to output sqlite's sql and then import it into mysql more directly, but i don't know it. Try looking around the sqlite website/mysql website if you want a more direct approach