MYSQL Basic Knowledge

Source: Internet
Author: User

1. Data type

ref:http://www.runoob.com/mysql/mysql-data-types.html

Decimal: single-/double-precision floating-point with no loss of precision

2. Backup/Restore

backup :c:\>mysqldump -u root-p mydb2 >d:\mydb2.sql carriage return (without semicolon end) password Enter

The SQL command is unique to MySQL and must be performed outside of the MySQL environment

Recovery: Mysql:\>source D:\mydb2.sql; return (semicolon-end required)

The SQL command is unique to MySQL and must be performed in a MySQL environment.

3, garbled

A) The current MySQL client modifies the input/output MySQL environment variable to GBK or GB2312, which is only valid in the current window

b) Modify the My.ini file in the MySQL directory to change the client's default encoding to GBK or GB2312 and restart the MySQL service


MYSQL Basic Knowledge

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.