MySQL Forums
Forum List  »  Newbie

settings in my.ini crashing server (start as a service in windows) (MySQL 5.7)
Posted by: Rimak Nusil
Date: February 29, 2016 09:45AM

Hello

On a new MySQL 5.7 installation I wanted to change the default charset from utf8 to utf8mb4.


----
This are the settings in my.ini:

[client]
default-character-set=utf8mb4

[mysql]
default-character-set=utf8mb4

[mysqld]
init_connect = 'SET NAMES utf8mb4'
init_connect = 'SET collation_connection = utf8_unicode_ci'


collation-server = utf8mb4_unicode_ci
character-set-server = utf8mb4



skip-character-set-client-handshake

----

The problem is that the windows MySQL service crashes with this settings. If I delete the entries for [mysql] and [client] there is the same effect.


What is wrong with my configuration?

Thanks

Options: ReplyQuote


Subject
Written By
Posted
settings in my.ini crashing server (start as a service in windows) (MySQL 5.7)
February 29, 2016 09:45AM


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.