MySQL Basic usage

Source: Internet
Author: User

Recent projects use MySQL database and have not been contacted before. So I found some information to study.

The basic MySQL data operation is currently done through the Navicat for MySQL tool.

1. After installing navicat for MySQL, establish the connection.

2. Import the SQL statement that you want to create. Load the SQL statement you want to import by selecting the library name and right-running the SQL file.

3. Add the data, note the added field if you increase the hint 1306 error, you need to modify the field's sign bit UTF8 to increase

4. If you are connecting to a MySQL server remotely, you need to authorize client access in the remote server MySQL

Grant all privileges the test.* to ' userid ' @ Client IP address identified by ' Password with GRANT OPTION;

FLUSH privileges; --IP Client

You can access the MySQL database by running the above statement.

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.