mysql character set

First, view the MySQL database server and database MySQL character set.

mysql> show variables like '%char%';


Second, check the MySQL character set of the MySQL data table (table).

mysql> show table status from sqlstudy_db like '%countries%'; 


3. Check the MySQL character set of the MySQL data column (column).

mysql> show full columns from countries; 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326288184&siteId=291194637