Install MySQL under Windows for your reference. The specific contents are as follows 1. First download the installation package of MySQL 5.7. You can download it from the official website 2. After downloading, double-click the installation package to start the installation of MySQL version 5.7. 3. Select "I accept the license terms" and click "Next". 4. You can also follow the instructions. I won't waste any more words, there will be text explanations when necessary. 5.Configuration of mysql environment variables Open the computer's environment variable configuration interface and find the "Path" variable under system variables. Install the mysql you just installed Copy the bin path into it. As shown below. 6. Then, open cmd as an administrator. Remember, it must be opened as an "administrator". Don't forget the important things. Open My Computer and enter "cmd.exe" in the search bar. Follow the pictures below for other operations. Then enter the command: net start mysql57, (mysql57 is the name of my database, which has just been changed, please change it to your own database name), and the command to shut down mysql is: net stop mysql57 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:
|
<<: No-nonsense quick start React routing development
>>: Detailed explanation of ssh password-free login configuration method (pictures and commands)
Unicode Signature BOM - What is the BOM? BOM is th...
Preface We need to retrieve certain data that mee...
This is an article about website usability. The a...
Table of contents vuex persistence Summarize vuex...
Table of contents summary Problem Description Ana...
Table of contents Preface Development Environment...
1 Problem Description This article sorts the esta...
Table of contents need: drive: Ideas: accomplish:...
About JS, CSS CSS: Stylesheet at the top Avoid CS...
Record lock locks a single index record. Record l...
Table of contents What is JSI What is different a...
After switching from Vue2's writing style to ...
This article shares with you how to use JavaScrip...
1. Some tips on classes declared with class in re...
1. Always close HTML tags In the source code of p...