输入banner图图片脚本导航/分类

数据库语句

查看数据表的编码

show create table tb;

创建数据库编码格式

create database <数据库名> character set utf8;

查看表每个字段字符集

show full columns from tb_admin;

数据库语句

标签:lte   variable   min   table   数据   查看   修改   com   var