Edgewall Software

Changes between Version 10 and Version 11 of SqLiteToMySql


Ignore:
Timestamp:
Jun 17, 2010, 8:12:21 PM (14 years ago)
Author:
Nacho Larrateguy <lilarrateguy@…>
Comment:

fix typo

Legend:

Unmodified
Added
Removed
Modified
  • SqLiteToMySql

    v10 v11  
    3636One thing to note is that SQLite uses utf8 as default. If you have your server configure with encoding other than utf8 and you can't change that, you are going to get your data bad encoded.
    3737
    38 Despite the fact that you may probably already set your MySQL database to user utf8 as a default character set, you could have problems when you import data. It's very important to keep in mind that your connection encoding counts. So be sure that whatever software you use as client you set your charset as utf8. As an example for the console client:
     38Despite the fact that you may probably already set your MySQL database to use utf8 as a default character set, you could have problems when you import data. It's very important to keep in mind that your connection encoding counts. So be sure that whatever software you use as client you set your charset as utf8. As an example for the console client:
    3939
    4040{{{