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)
Since Alibaba Cloud's import of custom Ubuntu...
When writing animations with JS, layout conversio...
Template 1: login.vue <template> <p clas...
background Indexes are a double-edged sword. Whil...
This article shares the specific code of js to re...
Reflections on the two viewpoints of “people-orie...
PCIE has four different specifications. Let’s tak...
The cascading drop-down menu developed in this ex...
This article shares the specific code of js to ac...
Use navicat to test and learn: First use set auto...
1. KVM virtual machine migration method and issue...
MySQL DECIMAL data type is used to store exact nu...
<!doctype html> <html xmlns="http:/...
question: My blog encoding is utf-8. Sometimes whe...
Table of contents Summary of Distributed ID Solut...