8.0.17-winx64 mysql-version problems encountered during the installation of MySQL

First, manually create added my.ini file

# CLIENT SECTION
# ----------------------------------------------------------------------
#
# The following options will be read by MySQL client applications.
# Note that only client applications shipped by MySQL are guaranteed
# to read this section. If you want your own MySQL client program to
# honor these values, you need to specify it as an option during the
# MySQL client library initialization.
#


[mysql]
# mysql client to set the default character set
default-Character-the SET utf8 =
[mysqld]
# permissions issue

Set # 3306 Port
port = 3306

Mysql installation directory # Set
the basedir = C: \ Program Files (the x86) \ mysql-8.0.17-Winx64
# mysql database data set storage directory
datadir = C: \ Program Files ( x86) \ mysql-8.0.17- Winx64 \ Data
# maximum number of connections max_connections = 200 is
# character set the server uses the default is 8 bits for encoding latin1 charset
character-set-server = utf8
default storage engine when # create a new table will be used by
default-storage-engine = INNODB

 

Solution: The Second, version 8.0 Login Access denied for user 'root' @ 'localhost' (YES using password) appears

https://blog.csdn.net/hunt_er/article/details/88037961

Guess you like

Origin www.cnblogs.com/gaoxy/p/11240305.html