This article shares the installation tutorial of MySQL 8.0.12 decompression version for your reference. The specific content is as follows 1. First, download the compressed package of mysql8.0.12 from the official website: Download address 2. After the download is successful, unzip it to any directory, for example, mine is E:\download\mysql-8.0.12-winx64; 3. Configure the environment variables and add the directory where the unzipped bin folder is located at the end of the system variable path: E:\download\mysql-8.0.12-winx64\mysql-8.0.12-winx64; 4. Run cmd as an administrator. If you are not an administrator, you cannot register the MySQL service; 5. In cmd, enter the bin directory of the file you just unzipped, for example: E:\download\mysql-8.0.12-winx64\mysql-8.0.12-winx64\bin, and run the mysqld --initialize-insecure --user=mysql command. If no error is reported, the execution is successful; 6. Also in the bin directory, execute mysqld --install mysql --defaults-file=E:\download\mysql-8.0.12-winx64\mysql-8.0.12-winx64\my.ini to register the MySQL service. If the following interface appears, it means that the registration is successful; 7. Start the mysql service: net start mysql; 8. You can check the status of MySQL in the computer's services. Wonderful topic sharing: MySQL different versions installation tutorial MySQL 5.7 installation tutorials for various versions MySQL 5.6 installation tutorials for various versions mysql8.0 installation tutorials for various versions 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:
|
<<: Detailed explanation of how to use awk in Linux
>>: Implementation code of jquery step progress axis plug-in
Table of contents npm Install the loader Import P...
1. First register your own dockerhub account, reg...
Tab selection cards are used very frequently on r...
We usually use routing in vue projects, and vue-r...
Table of contents Environmental conditions Errors...
After the docker installation is completed on the...
background Navicat is the best MySQL visualizatio...
mysql dirty pages Due to the WAL mechanism, when ...
Preface The so-called fuzzy query is to provide q...
Commonly used JavaScript code to detect which ver...
A: Usually stored in the client. jwt, or JSON Web...
Preface: Last Sunday, a senior asked me to help m...
Table of contents 1. Background 2. Local custom i...
Basic syntax The use of text-overflow requires th...
Several Differences Between MySQL 5.x and MySQL 8...