ubuntu mysql emma中文亂碼問題解決

來源:互聯網
上載者:User

標籤:ar   os   for   on   檔案   問題   ef   as   sql   

ubuntu mysql  emma中文亂碼問題解決 emma預設用apt-get 安裝的話,emma是不支援中文的,設定檔或直接修改emma程式源檔案(python)。apt-get安裝emmasudo apt-get install emma  ubuntu的apt-get 安裝emma是在/usr/share/emma目錄下面。cd /usr/share/emma/emmalib  sudo vim __init__.py  找到"db_encoding": "latin1"  改為"db_encoding": "utf8"  儲存退出。如果你已經安裝完畢並且運行過emma,程式就會建立 ~/.emma/emmarc檔案,儲存配置。所以可以更改這裡的設定檔,或者像下面直接修改emma的python源檔案。vim ~/.emma/emmarc   找到db_encoding=latin1  改為db_encoding=utf8  然後sudo vim /usr/share/emma/emmalib/mysql_host.py  跳到155行左右的_use_db(self, name, do_query=True)函數哪裡,改成如下def _use_db(self, name, do_query=True):          if self.current_db and name == self.current_db.name: return          if do_query:                   self.query("use `%s`" % name, False)                  self.query("set names utf8",  False)          try:                  self.current_db = self.databases[name]          except KeyError:                  print "Warning: used an unknown database %r! please refresh host!/n%s" % (name, "".join(traceback.format_stack()))




ubuntu mysql emma中文亂碼問題解決

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.