mysql中用到的一些sql语句

-- 查看数据库默认配置信息 show variables -- 查看mysql数据库编码方式 show variables like 'character_set_database' -- 查看数据库里表的编码方式,同时还能看到该表使用的存储引擎信息 show create table char_test -- 修改数据库编码方式mysql alter database testConfigIn
相关文章
相关标签/搜索