WIN2008R2 zip format MySQL installation and configuration

Source: Internet
Author: User

One. Baidu mysql5.6 ZIP 64-bit free install version of the download and then extract to the D disk

Two.   You can consider modifying the configuration of My.ini inside Character-set-server=utf8 This sentence is the encoding format setting port=. Port settings

Three. Set the environment variable path. Add D:\mysql-5.6.20-winx64\bin to path.

Four. To install the MySQL service, be sure to enter the D:\mysql-5.6.20-winx64\bin directory to perform the installation mysqld install

Five. Go to Service Manager to start the MySQL service

Six. Enter the database, modify the root account login password 1234, and then create a MySQL remote connection user, set the maximum permissions and login password.

Mysql-u root-p

GRANT all on * * to ' root ' @ ' localhost ' identified by ' 1234 ';

GRANT all on * * to ' sa ' @ '% ' identified by ' 1234 ' with GRANT OPTION;

Seven. Open firewall 3306 Port network->windows Firewall--Advanced settings--Inbound rules and then click New Rule in the upper right corner Select "Port" Next, enter 3306 ports, add the rules,

WIN2008R2 zip format MySQL installation and configuration

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.