MySQL Basic use method

Source: Internet
Author: User

Recent projects using MySQL database, have not been contacted.

So I found some information to study.

The basic MySQL data operation is now done through the navicat for MySQL tool.

1. After installing Navicat for MySQL. Establish the connection.

2. Import the SQL statement that you need to create. Execute the SQL file by selecting the library name right-click. Load the SQL statement that you need to import.

3. Add the data, and note that the added field assumes the added hint 1306 error. You need to change the field's sign bit UTF8 to add

4. Assume that the remote connection is MySQLServer. Authorization statements for client access are required in remote Servermysql

GRANT all privileges on test.* to ' userid ' @clientIP address identified by ' Password with GRANT OPTION;

FLUSH privileges; --ipclient

Execute the above statement to access the MySQL database.

MySQL Basic use method

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.