#[mysqld] 前的#号去掉MySQL无法启动
#[mysqld]
bind-address = 127.0.0.1
# The TCP/IP Port the MySQL Server will listen on
port=3306
#Path to installation directory. All paths are usually resolved relative to this.
basedir="D:\\Program Files\\mysql-5.7.18-winx64"
#Path to the database root
datadir="D:\\Program Files\\mysql-5.7.18-winx64/Data"
# 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
bind-address = 127.0.0.1
# The TCP/IP Port the MySQL Server will listen on
port=3306
#Path to installation directory. All paths are usually resolved relative to this.
basedir="D:\\Program Files\\mysql-5.7.18-winx64"
#Path to the database root
datadir="D:\\Program Files\\mysql-5.7.18-winx64/Data"
# 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