MySQL Forums
Forum List  »  MySQL Workbench

MySQL Workbench Connection Encoding
Posted by: Nicolas Bouvrette
Date: September 20, 2015 07:08PM

Is there a way to configure a MySQL Workbench to use utf8mb4 by default instead UTF-8?

Is there any reasons why the limited UTF-8 (max 3 bytes) would be used instead?

Right now I have to run this on every connection to be on par with how my application use MySQL :

SET NAMES 'utf8mb4' COLLATE 'utf8mb4_unicode_ci'

Thanks,
Nicolas

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL Workbench Connection Encoding
9548
September 20, 2015 07:08PM
3818
September 22, 2015 01:04AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.