This article shares the download, installation and configuration tutorial of MySQL 5.6.37 for your reference. The specific contents are as follows 1. Download address 2. After downloading, unzip it and move it to the installation directory. It is recommended to rename it to: MySQL Server 5.6. My installation directory is: E:\MySQl Server 5.6 3. After decompression, you need to configure the environment variables: Computer--Properties--Advanced System Settings--Environment Variables Select Path, click Edit, and add ";E:\MySQl Server 5.6\bin" after the variable value. Note: If there is already a ";" after the variable value, you do not need to add it again. Just fill in the installation directory. 4. After the environment configuration is completed, you need to modify the configuration file. The file location is: E:\MySQl Server 5.6\my-default.ini 5. After saving the changes, you can run cmd (run as an administrator) to install mysql Indicates successful installation 6. Start the Mysql service 7. Log in to Mysql Note: No password is required for the first login. Press Enter to log in successfully. Enter \q to log out. 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:
|
<<: How to modify the group to which a user belongs in Linux
>>: Detailed explanation of Linux host name modification command
According to null-values, the value of null in My...
Reinventing the wheel, here we use repackaging to...
Table of contents Preface sql_mode explained The ...
Install Nginx First pull the centos image docker ...
mysql returns Boolean type In the first case, ret...
Table of contents Functional Components How to wr...
When faced with a SQL statement that is not optim...
This article uses examples to illustrate the prin...
Table of contents Overview Problem Description Ci...
Copy code The code is as follows: <!DOCTYPE ht...
Drop-down box, text field, file field The upper p...
Virtualization and containerization are two inevi...
CUDA installation download cuda Enter the nvidia-...
I think editors are divided into two categories, ...
Introduction: When using MySQL to create a table,...