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
count(*) accomplish 1. MyISAM: Stores the total n...
Recently I want to use native JS to implement som...
1. concat() function Function: Concatenate multip...
This article example shares the specific code of ...
This article introduces the method of using CSS3 ...
Table of contents Preface analyze Initial Renderi...
It is essentially a common js object used to desc...
Originally, this seventh chapter should be a deep ...
1. Overview The information_schema database is th...
Every visit will generate Cookie in the browser, ...
Write configuration files in server.xml and conte...
<br />Looking at this title, you may find it...
This article describes the MySQL data types and f...
Chapter 1 <br />The most important principl...
background: In MySQL, if there is a limited level...