mysql中用到的一些sql語句

-- 查看數據庫默認配置信息 show variables -- 查看mysql數據庫編碼方式 show variables like 'character_set_database' -- 查看數據庫裏表的編碼方式,同時還能看到該表使用的存儲引擎信息 show create table char_test -- 修改數據庫編碼方式mysql alter database testConfigIn
相關文章
相關標籤/搜索