Bug #68701 | Server does not support 4-byte encoded UTF8 characters | ||
---|---|---|---|
Submitted: | 18 Mar 2013 12:35 | Modified: | 28 May 2013 7:45 |
Reporter: | Remco Tiel | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 5.2.4 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | ODBC SQl Report Builder |
[18 Mar 2013 12:35]
Remco Tiel
[18 Mar 2013 13:53]
Remco Tiel
we've also tested the SQL Report Builder 3.0 against a ms sql server and all works fine, therefor we think it's an ODBC connector issue.
[20 Mar 2013 5:21]
Bogdan Degtyariov
Hi Remco, This is not a bug. You have the error message because MySQL Server version 5.1.45 does not support the 4-byte UTF8 encoding (utf8mb4). In order to use utf8mb4 you need to install MySQL Server 5.5 or newer. Please let me know if the problem is still going with the new MySQL Server version.
[22 Mar 2013 8:37]
Remco Tiel
Thnx for your reply, we will test this in a later stadium...
[23 Apr 2013 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[28 May 2013 7:45]
Tonci Grgin
Remco, this is not a bug since you used wrong server version. However, if you were to use right server version (one supporting UTF8MB4) you would hit BUG#67297. We will fix the correct problem there.
[13 Oct 2013 9:19]
Tomas Telensky
What do you mean by "wrong server version"? According to http://dev.mysql.com/doc/refman/5.6/en/connector-odbc-versions.html , the 5.2 ODBC connector supports MySQL versions 4.1.1 and higher!! In this case, the connector doesn't work with Mysql server version 5.1.x, so it is clearly a bug! Former versions of ODBC connector didn't have this problem!