Bug #16594
closedInstaller cannot import tables when the db has a collation of utf8_unicode_ci
0%
Description
The db dumps in the dummy package have a collation of latin1_swedish_ci.
If the installer creates the db, everything goes alright, because the installer creates
a db with this collation. however if you want to use a different collation e.g.
utf8_unicode_ci and create the db yourself, the import of the dumps failes naturally.
(issue imported from #M4281)
Updated by Chris topher over 14 years ago
I just checked that with current trunk (4.4.beta2):
I cannot reproduce this problem.
I can import tables into the DB no matter if I choose latin1_swedish_ci or utf8_unicode_ci as DB collation when I create the DB in phpmyadmin before.
I even checked this with an old dump, which comes with the Testsite package of TYPO3 3.8.1: I had to do some updates using "Compare", but afterwards it worked.