MYSQL 8.0 Installation and commissioning

Source: Internet
Author: User

Mysql:https://dev.mysql.com/downloads/mysql/8.0.html

My.ini

[Mysqld]
# Set 3306 port
port=3306
# set up the MySQL installation directory
Basedir=c:\\program files\\mysql\\mysql-8.0.11-winx64
# Set up a storage directory for MySQL database data
Datadir=c:\\program Files\\mysql\\mysql-8.0.11-winx64\\data
# Maximum number of connections allowed
max_connections=200
# Number of attempts to allow connection failures. This is to prevent someone from attempting to attack the database system from the host
max_connect_errors=10
# The default character set used by the server is UTF8
Character-set-server=utf8
# The default storage engine that will be used when creating a new table
Default-storage-engine=innodb
# default using "Mysql_native_password" Plugin authentication
Default_authentication_plugin=mysql_native_password
[MySQL]
# Set the MySQL client default character set
Default-character-set=utf8
[Client]
# Set the default port to use when MySQL client connects to the server
port=3306
Default-character-set=utf8

MYSQL 8.0 Installation and commissioning

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.