Installation and Use of mysql-5.6.13 on Windows Platform)

Source: Internet
Author: User
Tags mysql download

This article synced to: http://www.waylau.com/mysql-5-6-13-windows-platform-installation-use-graphic/

1. First, the computer must have a. NET Framework 4 or above Environment
Ii. MySQL download, installation, and execution
1. Download http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.13-win32.zip
2. Installation

Click "Install MySQL products"

Select "I accept the licence terms" and click Next


Select "skip the check for updates", next


Select Custom and next


Next


Execute


Next


Execute


Next


Next


Next


Set the root password "root" And next


Next


Next


Next


Finish
3. Use

This is the homepage.


Databases-> query database


Connect to the local instance "Local instance MySQL 56", OK


Enter the password, select Save, OK


Enter the query statement, create database waylau default Character Set 'utf8 ';
Use waylau;
Create Table users (user_no char (5) not null, user_name char (50 ));
Run


Refresh the tree column on the left. If the executed database and table appear, it indicates that the operation is successful !!

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.