Page 1 of 1

migrate sqlite to mysql

Posted: Mon Mar 23, 2009 11:58 am
by horndog
I have been using utstatsdb standalone and would like to know an easy way to migrate sqlite to mysql.
I'm not a programmer or database expert but I have been using utstasdb with good success. I have googled this topic with out a clear idea how. I can't connect to the data Base or it is hidden. Thanks for any suggestions.

Re: migrate sqlite to mysql

Posted: Mon Mar 23, 2009 1:29 pm
by Panther
I'm afraid you would have to write a custom script that reads data from one database and writes it out to the other.
If you have backups of your log files then you could simply reparse them with the new database.