Query method: 1. Use the "show variables like 'character%'" command to query the encoding of the entire library; 2. Use the "show table status from table name like "%yxfx_zxxx_fyb%"" command to query Query the specified table code.
The operating environment of this tutorial: windows7 system, mysql8 version, Dell G3 computer.
mysql query encoding
Method 1: Query the encoding of the entire library
show variables like 'character%'
Among them,
character_set_client is the client encoding method;
Method 2: Query the encoding of the specified table
Use the following command:show table status from 表名 like "%yxfx_zxxx_fyb%"[Related recommendations:
mysql video tutorial 】
The above is the detailed content of How to query encoding in mysql. For more information, please follow other related articles on the PHP Chinese website!