Home > Database > Mysql Tutorial > body text

Graphical tutorial on installing the green version of MySql5.6.36 under 64-bit systems

黄舟
Release: 2017-05-28 09:37:23
Original
1190 people have browsed it

This article mainly introducesMySql 5.6.36 64-bit green versionInstallationPicture Friends who need it can refer to

There are many articles about MySQL installation on the Internet, but I encountered a problem during the installation on my laptop today, so I just recorded it

1. Download the zip compressed package of MySQL,

2. After downloading, extract it to the folder you pointed to. This is the path after I decompressed it.

##3. Configure environment

variables , which are the same as configuring Java environment variables.

4. Change the database configuration file . -Copy a copy of default.ini and rename it to my.ini

Change the configuration inside. Note that the file path inside must be enclosed in English double quotes.

5. Install the mysql service. Switch the dos window to the MySQL bin directory and execute the command

mysqld -install
Copy after login

There is a problem with mine. I searched online and said that the Microsoft Visual C++ 2010 runtime library is missing

##.

Okay, go to the official website to install it and restart the service.

##Run services.msc to view the registered services, and then start the MySQL service

.

##Now our MySQL server has been installed.

6. Log in to the MySQL server and reset the password.

The default user name is. If the root password is empty, use the command mysql –u root –p and press Enter to enter the password and press Enter to log in. At this point, the mysql-5.6.36-winx64 green version is successfully installed.

Let’s change the default password, still in the bin command directory,

Use the mysql

admin.exe command to change the password

mysqladmin –u root –p passw

ord

123456//123456 is the new password. Press Enter to enter the password. This is the original password. If the original password is empty, just press Enter and the change will be successful.

<a href="//m.sbmmt.com/wiki/1360.html" target="_blank">Log in with a new password</a>

It is really inconvenient to operate under a black window. In actual work, the most commonly used visualization tool for mysql is navicat for mysql. This tool.

The above is the detailed content of Graphical tutorial on installing the green version of MySql5.6.36 under 64-bit systems. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!