Cześć,
Chciałbym zaimportować gotowy plik CSV z PL znakami do MySQL.
Jak powinienem skonfigurować w phpmyadmin tabelę aby przyjęła mi te dane.
Aktualnie mam taki błąd:
Notice in ./vendor/symfony/polyfill-mbstring/Mbstring.php#405
iconv_strlen(): Detected an illegal character in input string
Backtrace
./vendor/symfony/polyfill-mbstring/Mbstring.php#405: iconv_strlen(
string ,
string 'UTF-8',
)
./vendor/symfony/polyfill-mbstring/bootstrap.php#36: Symfony\Polyfill\Mbstring\Mbstring::mb_substr(
string ,
integer -1,
integer 2147483647,
string 'UTF-8',
)
./libraries/plugins/import/ImportCsv.php#257: mb_substr(
string ,
integer -1,
)
./import.php#547: PMA\libraries\plugins\import\ImportCsv->doImport(array)