MySQL official website: https://www.mysql.com/downloads/ https://www.jb51.net/softs/451120.html 1. After the environment variables of the unzipped version are configured, there is no my.ini or my-default.ini file in the root directory Create a new file my.ini and put it in the ./bin directory [mysql] # Set the default character set of the mysql client to default-character-set=utf8 [mysqld] #Set port 3306 port = 3306 # Set the installation directory of mysql basedir=E:\Program Files\mysql-5.7.20-winx64 # Set the storage directory of mysql database data datadir=E:\Program Files\mysql-5.7.20-winx64\data # Maximum number of connections allowed max_connections=200 # The default character set used by the server is the 8-bit latin1 character set character-set-server=utf8 # The default storage engine that will be used when creating a new table default-storage-engine=INNODB 2. Start the command line as an administrator, enter the installation directory bin directory, and use the command to initialize data mysqld --initialize-insecure 3. Start the service net start mysql Summarize The above is the pitfalls encountered in the installation of the mysql 5.7.20 decompression version that the editor introduced to you. I hope it will be helpful to you. 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:
|
<<: Forever+nginx deployment method example of Node site
>>: Sample code for implementing interface signature with Vue+Springboot
Table of contents 1. Lvs Introduction 2. Lvs load...
PHP related paths in Ubuntu environment PHP path ...
Preface This control will have a watermark at the...
Table of contents Preface 1. Routing lazy loading...
Summary: In order to make your web page look more...
Introduction As mentioned in the previous article...
Table of contents 1. Structure string 2. Return t...
1. Download mysql-5.7.21-windowx64.zip from the o...
Table of contents Transaction Isolation Level Pro...
The usage format of the mysqladmin tool is: mysql...
Preface Since the types of the same fields in the...
In daily development tasks, we often use MYSQL...
This article shares with you a js special effect ...
It is standard for websites to enable SSL nowaday...
Check the Python version python -V If it is below...