Download, install, and use MySQL5.6.15 in Window _ MySQL

Source: Internet
Author: User
Download and install MySQL5.6.15 in Window and use bitsCN.com

MySQL5.6.15

Official:

Http://dev.mysql.com/downloads/windows/installer/

The above clearly indicates that the MySQL installation program is 32-bit, but 32-bit and 64-bit binary files are installed at the same time. Therefore, it is also applicable to 32-bit and 64-bit Windows operating systems.

There are two Download points. The above 1.5M is an online installation program. we will download the following 234.8M file, which can be directly installed after download. Click Download, as shown below:

Prompt that you need to log on or register. if you do not need to, you can skip this step and click "No thanks" in the lower left corner to download just start my download.

After the download is complete, you can modify the installation path during the installation process. most of the other options can be set by default. the password set during the installation process is very important.

After installation, open the service: Control Panel> Management Tools> service, find the MySQL56 option in it, right-click the property, and select automatic in the startup type, click Start, and then click OK.

Then, in the Start menu, MySQL can be found in the program and MySQL.

In MySQL server 5.6, click MySQL 5.6 Command Line Client to start Command Line mode and enter the password:

If the connection succeeds, go to mysql> and enter the command select version (), user (), current_date; to view the version number, user, and current time.

Enter the show databases command to view all databases currently.

Then you can perform related database operations

MySQL also provides the Workbench mode and graphical interface, which is more convenient,

That is, MySQL Workbench 6.0 CE.

On the menu bar, choose Database> Connect to database. press default and click OK.

Enter the password here

Click the "create database" Icon: circled in red, enter the database name, click "Apply", jump out of code, and click "Apply ".

Then you have created a database. in the lower-left corner, you can see the created my_dababase database, click Tables, right-click Create Table, and Create a new Table ..... You can use the database.

The checkbox indicates:

Check the database on the server and you can see that the my_database database you just created appears:

For more information and tutorials on MySQL, see:

MySQL5.1 official Chinese manual

Http://dev.mysql.com/doc/refman/5.1/zh/index.html

BitsCN.com

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.