Tom Berger wrote:
Hi there,
Is there a way to convert an existing Trac DB from SQLite to MySQL (my
searches for anything like that in the documentation and sources have not
been successful).
Well, you could try dumping the database,
and then reload it, e.g.:
% echo ".dump" | sqlite trac.db > trac.sql
% mysql tracdb < trac.sql
There could be syntax errors that would have
to be manually fixed in the file trac.sql.
/Lars
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---