MySQL Forums
Forum List  »  Install & Repo

how do i uninstall mysql in windows 10 including my.ini?
Posted by: Karen Goh
Date: October 16, 2018 10:14PM

I ran into error code - can't connect to MYSQL on localhost (10061) after I added a line in my.ini.

# The default character set that will be used when a new schema or table is
# created and no character set is defined
character-set-server=utf8
default-character-set=utf8mb4

https://ibb.co/dBwnt0

So, what I did is uninstall MYSQL5.7 and installed a new version - MYSQL 8.

The problem is that it is using msi.installer and the older configuration files still stays put and so the new version will be making use of this old file.

I'd like to seek help how to get rid of the old configuration file in windows 10 so that I can use MYSQL 8 in a clean slate.

Tks.

Options: ReplyQuote


Subject
Written By
Posted
how do i uninstall mysql in windows 10 including my.ini?
October 16, 2018 10:14PM


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.