1 Download the MySQL 5.6 version compressed package from the official website, 2 Create a directory on drive D, such as D:\MySQL, and unzip 3 Modify the system Path variable and add D:\MySQL\bin, as shown in the following figure: 4 Run cmd as an administrator and switch to the D:\MySQL\bin directory. Install the service Start the service After the service is successfully started, log in through the mysql command line mysql –u root –p The initial root password is blank, just press Enter. The whole process is shown in the figure below: 5 Change the root password Follow these steps: use mysql; update user set password=password('yourpassword') where user='root'; flush privileges; Summarize The above is the graphic description of the configuration method of the Windows Server 2008 64-bit MySQL5.6 free installation version introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: JavaScript to dynamically load and delete tables
>>: Build a Docker private warehouse (self-signed method)
Mac node delete and reinstall delete node -v sudo...
This article records the installation tutorial of...
Create a mysql user and authorize: Format: grant ...
Table of contents 1: Front-end handwritten paging...
Table of contents Preface Static scope vs. dynami...
Setup is used to write combined APIs. The interna...
1. Create a configuration file directory cd /home...
In the page, external files such as js, css, etc. ...
Table of contents Error demonstration By computed...
Preface Different script execution methods will r...
A system administrator may manage multiple server...
History of ZFS The Z File System (ZFS) was develo...
Learning to use CSS3's 3D effects to create a...
Table of contents Preface 1. Project Architecture...
Red and pink, and their hexadecimal codes. #99003...