JDBC even MySQL garbled problem:

Source: Internet
Author: User

Last night jumped out of such a bug, hurriedly solve, for the database course design Assault JSP, really met a lot of problems ...

Just like the utf8mb4_unicode_ci I used to say in MySQL,

Then, the main reason for garbled characters is that the character encoding (characterencoding) is incorrect:

1. There is no option to support Chinese encoding when creating tables on the database server

2. The JDBC connection was not specified to support the Chinese encoding method

That's what I wrote:

" Jdbc:mysql://127.0.0.1/librarysystem;

Obviously the second one doesn't fit,

Specify the Chinese code to solve the problem.

" Jdbc:mysql://127.0.0.1/librarysystem?userunicode=true&characterencoding=utf8 ";

JDBC even MySQL garbled problem:

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.