Closed abdullah-radwan closed 3 years ago
Hi, yes, I ran into this issue as well. I checked the source code of the driver plugin. That specific warning does not exist yet in version 5.15. I suggest you submit a bug report at https://bugreports.qt.io/secure/Dashboard.jspa
I reported the issue: https://bugreports.qt.io/browse/QTBUG-97784
It appears as if this issue has already been fixed by Qt in Version 6.2.1
Confirmed fixed in Qt 6.2.1. Thank you!
Hello,
I recently upgraded my app Qt version from 5.15.2 to 6.2. I can connect successfully but I always have this message while trying to do so:
MySQL: Unable to set the client character set to utf8 (""). Using 'utf8' instead.
I didn't specify any character set in the connection options:
I didn't have this message with Qt 5.15.2.