mysql-5.7.19-winx64 installation-free version configuration method, for your reference, the specific contents are as follows 1. 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. 2. Unzip and place it on 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. 3. Create a my.ini file in the main directory. The content of the file is as follows: (This is a simplified version. It corresponds to the local modification of the basedir and datadir directories. You can expand the configuration 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 The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Tutorial on installing mongodb under linux
>>: Vue page monitoring user preview time function implementation code
The <base> tag specifies the default addres...
I have encountered a problem. When testing the ed...
Table of contents Object.prototype.valueOf() Obje...
Because the version I used when I was learning wa...
Recently the company has arranged to do some CCFA...
Query the total size of all databases Here’s how:...
Table of contents Exporting Docker containers Imp...
Nginx Rewrite usage scenarios 1. URL address jump...
This article shares the specific code of JavaScri...
1. The ENV instruction in the Dockerfile is used ...
An image link <img src="" /> I wa...
Recorded the installation tutorial of mysql 5.7.1...
This article uses an example to describe how to r...
This method was edited on February 7, 2021. The v...
Preface Generator functions have been in JavaScri...