Added by Alfredo Renzetti 16 days ago
Hello!
I have a current release of Redmine based on a sqllite db, I would like to migrate the current used db to a mysql db, but it seems not really straightforward...
I dumped the current sqllite db and trying to "translate" the sqllite dump into mysql.
No issues with keyword of the language, but what is causing issues is the db content, in particular when I found special characters like \r, \n, quotes, etc, mysql is not able to interpret it...
Does someone have any tips?
Thank in advance!