MySql doesn’t accept polish letters [Music no 12]
I had a problem to make insert to database like that: I got an error: #1366 – Incorrect string value: '\xC4\x99d\xC4\x99 …’ for column 'Name’ at row 1 After small investigation I found out that each column in mysql has itself encoding. To allow polish encoding in column name I had to set encoding to […]
MySql doesn’t accept polish letters [Music no 12] Dowiedz się więcej »