Download mysql-5.7.19-winx64 from the official website. Note that it corresponds to the system 64-bit or 32-bit. Here we use 64-bit. Unzip the file and save it to a local disk. I found that the file was very large, about 1.6G. Delete the .lib files in the lib folder and all files in the debug folder. Create a my.ini file in the home directory. The content of the file is as follows: (This is a simplified version, corresponding to the local modification of the basedir and datadir directories. You can expand the configuration yourself as needed) [client] port=3306 default-character-set=utf8 [mysqld] basedir=D:\JavaTools\mysql-5.7.19-winx64 datadir=D:\JavaTools\mysql-5.7.19-winx64\data port=3306 character-set-server=utf8 character-set-filesystem = utf8 sql_mode=NO_ENGINE_SUBSTITUTION,NO_AUTO_CREATE_USER explicit_defaults_for_timestamp=true skip-grant-tables 4. The free installation version has no data files, so you need to create a data folder yourself. Here we start to pay attention to the order of commands 5. Install mysql service. 6. Start mysql Very important: set the root user's password, the above is a password-free login Enter the mysql environment, Change the password, Summarize The above is a detailed tutorial on the configuration method of the MySQL 5.7.19 free installation version (64-bit) introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: Full analysis of Vue diff algorithm
>>: CentOS 6.5 configuration ssh key-free login to execute pssh command explanation
Docker is an open source engine that makes it eas...
This article shares the specific code for impleme...
Sometimes in a project, due to some irreversible ...
Vulnerability Introduction The SigRed vulnerabili...
Problem background: When using docker to deploy t...
1. mysqlbinlog: [ERROR] unknown variable 'def...
1. Installation environment Docker supports the f...
First of all, this post is dedicated to Docker no...
Preface For tree-structured data in the database,...
Table of contents Preface 1. First completely uni...
Assumption: The stored procedure is executed ever...
question: In some browsers, such as 360 browser...
What is ssh Administrators can log in remotely to...
Table of contents 1. Problem Description 2. Probl...
Table of contents How to display SQL log? ? Descr...