mysql經常使用命令

1.查看數據庫支持的全部字符集 
       show character set;或show char set;  
  
 2.查看當前狀態 裏面包括固然的字符集設置 
       status或者\\s 
  
 3.查看系統字符集設置,包括全部的字符集設置 
       show variables like 'char%'; 
  
 4.查看數據表中字符集設置 
       show full columns from tablename; 或者 show create table tablename\\G; 
  
 5.查看數據庫編碼 
       show create database dnname;
相關文章
相關標籤/搜索