My MySQL database learning Summary

Source: Internet
Author: User

1. Installation and Environment Settings
I installed MySQL5.0 + MySQL-Front3.2 + mysql-connector-java-3.1.14
The default setting is used.
I am mainly used to support JDBC (put the mysql-connector-java-3.1.14-bin.jar under the JDK directory \ jre \ lib \ ext)

2. Test
Console or MySQL Command Line Client (I prefer the latter ).
Create a table and test the Four Kings: add, delete, query, and modify.
Do not use a visualization tool first. exercise for a period of time under the command line.

3. Chinese Solution
Log on to the console using mysql -- default-character-set = gbk-u root-p
Use the charset gbk Command in MySQL Command Line Client;

4. I like MySQL
I Love Open Source

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.