MySQL 5.6 Windows Installation Configuration trial

Source: Internet
Author: User

Does not require the effort to use the MSI file: Next, the next installation.

Just get the zip file (mysql-5.6.16-win32.zip) and you can use it after decompression.

1. Unzip the file, anywhere.

2. Go to the Bin directory, open a CMD window, execute: mysqld, the server is running. At this point, the Close CMD window is invalid and the server is still running in the background.

3. Close method: Open a CMD window again, execute: mysqladmin-u root shutdown can be.

4. Initial root user is no password, very dangerous, set a: mysqladmin-u root password 12345, it is changed.

5. The future operation will need to give the password, mysqladmin-u root-p12345 .....

=======================

Client Login:

Mysql-u root-p12345

Enter the directive after the prompt:

show databases; See which databases are available

Use MySQL; Enter a database

Show tables; Let's see what the tables are.

Desc Time_zone; View the structure of a table (which fields are available)

Quit or exit; Exit

MySQL 5.6 Windows Installation Configuration trial

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.