Re: how do i uninstall mysql in windows 10 including my.ini?
Posted by: Javier Treviño
Date: November 01, 2018 10:38AM

Hi Karen,
default-character-set is not a MySQL system variable, so if you add it to the my.ini file it will be unrecognized by MySQL Server, maybe you wanted to use character-set-server?

Please look at the official documentation:
https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_character_set_server

default-character-set is used in some client products. The online documentation states:

Many clients support a --default-character-set option to enable this character set to be specified explicitly. See also Section 10.4, “Connection Character Sets and Collations”.

Best regards.

====================================
Javier Treviño
MySQL on Windows Team

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: how do i uninstall mysql in windows 10 including my.ini?
512
November 01, 2018 10:38AM


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.