View Single Post
DarthNinja
SourceMod Plugin Approver
Join Date: Mar 2009
Location: PreThinkHook()
Old 05-01-2012 , 13:14   Re: TF2 Stats With Web Ranking and Item Logger
Reply With Quote #2198

Quote:
Originally Posted by DarthNinja View Post
Moving to MySQL from SQLite:
I do not support doing this any more, but you are welcome to try on your own.
  1. Grab your SQLite DB file located at /sourcemod/data/sqlite/tf2stats.sq3
  2. Use this program to open the file export the data from it.
  3. Setup the TF2 stats plugin with MySQL and let it create the table structures.
  4. Import the data *only the data* from the SQLite database.
If you directly copy the SQLite database to MySQL you will be missing a few columns which will cause plugin errors.

Note: Due to structure differences in the SQLite and MySQL database versions, you will have to do an INSERT INTO VALUES statement. You may be able to generate the required SQL by first importing in to intermediary database, exporting, and re-importing.
__________________
DarthNinja is offline