久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      mysql如何查詢編碼

      查詢方法:1、用“show variables like 'character%'”命令,可查詢整個(gè)庫的編碼;2、用“show table status from 表名 like "%yxfx_zxxx_fyb%"”命令,可查詢指定表編碼。

      mysql如何查詢編碼

      本教程操作環(huán)境:windows7系統(tǒng)、mysql8版本、Dell G3電腦。

      mysql查詢編碼

      方式一:查詢整個(gè)庫的編碼

      show variables like 'character%'

      mysql如何查詢編碼

      其中,

      • character_set_client為客戶端編碼方式;

      • character_set_connection為建立連接使用的編碼;

      • character_set_database數(shù)據(jù)庫的編碼;

      • character_set_results結(jié)果集的編碼;

      • character_set_server數(shù)據(jù)庫服務(wù)器的編碼;

      只要保證以上四個(gè)采用的編碼方式一樣,就不會出現(xiàn)亂碼問題。

      方式二:查詢指定表的編碼

      使用一下命令:

      show table status from 表名 like "%yxfx_zxxx_fyb%"

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號