Home  >  Article  >  Backend Development  >  javascript - What encoding does the database encoding of mysql refer to?

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

WBOY
WBOYOriginal
2016-10-22 00:14:251125browse

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.

Statement:
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