MySQL configuration under Windows

Source: Internet
Author: User
  1. Unzip the ZIP package, modify the installation directory under the My-default.ini, save, modify the contents as follows

    [Mysqld]

    Basedir=c:\program files\mysql\mysql Server 5.6 (MySQL directory)

    Datadir=c:\program files\mysql\mysql Server 5.6\data (the directory where MySQL resides \data)

    port=3306

  2. Enter the installation directory for MySQL C:\Program files\mysql\mysql Server 5.6\bin>mysql-u root-p

    Prompt for password, enter, zip install first login no password

  3. Change Password:

    Mysql>use MySQL;

    Database changed

    Mysql>update user Set Password=password (' Your password ') where user= ' root ';

  4. Modify password successfully

This article is from the "Farley" blog, make sure to keep this source http://10250691.blog.51cto.com/10240691/1843387

MySQL configuration under Windows

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.