javascript - What encoding does the database encoding of mysql refer to?

WBOY
Release: 2016-10-22 00:14:25
Original
1091 people have browsed it

Refer to this question: https://segmentfault.com/q/10...
Since the encoding of the actual stored data depends on the encoding of the data table, which part of the encoding does the database encoding refer to? Metadata?

Reply content:

Refer to this question: https://segmentfault.com/q/10...
Since the encoding of the actual stored data depends on the encoding of the data table, which part of the encoding does the database encoding refer to? Metadata?

Database encoding refers to the encoding of actual content, that is, the encoding of tuples in the database.

Can be set by encoding the database, the encoding of the data table, and the encoding of the data table fields.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!