This article shares the installation of MySQL 5.7.21 and the problems encountered during the installation process for your reference. The specific content is as follows 1. I downloaded mysql-5.7.21-winx64, which is a free installation version, but I need to configure the my.ini file and create a new data folder, which I will talk about later. 2. After downloading, unzip the file and place the unzipped folder where you want. Mine is: G:\softwareSetUp\mysql\mysql-5.7.21-winx64 3. Configure the path environment variable, including two paths: G:\softwareSetUp\mysql\mysql-5.7.21-winx64\bin; 4. Create a new my.ini text under mysql-5.7.21-winx64. The text content is as follows: After saving, create a new data folder in the same directory 5. Run the command prompt as an administrator and execute mysqld install 6. Enter G:\softwareSetUp\mysql\mysql-5.7.21-winx64\bin 7. Run net start mysql to start the MySQL service. It will prompt that the service is started successfully. 8. Run mysql -u root –p to log in to MySQL. Problem encountered: The environment variable C:\Windows\System32 is not configured, and running net start mysql prompts "net" is not recognized as an internal or external command. 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:
|
<<: Execute initialization sql when docker mysql starts
>>: Detailed explanation of Vue's SSR server-side rendering example
Import and export of Docker images This article i...
To automatically load kernel modules in CentOS, y...
1. Unzip the file to the current directory Comman...
Do you know what fonts are used in the logo desig...
Preface There are two types of nginx modules, off...
A list is defined as a form of text or chart that...
SVN service backup steps 1. Prepare the source se...
Table of contents 1. Object literals 2. The new k...
The code looks like this: <!DOCTYPE html> &...
The command format for mysql login is: mysql -h [...
1. Installation Instructions Compared with local ...
Solution to the data asymmetry problem between My...
The database queries which object contains which ...
Table of contents 1. Docker Image 2. Create an in...
This article hopes to gain some insights through a...