Home  >  Article  >  Database  >  搜索引擎–解决django中同步数据库syncdb时的编码问题

搜索引擎–解决django中同步数据库syncdb时的编码问题

WBOY
WBOYOriginal
2016-06-07 15:11:461042browse

1、在后台控制面板里面建立一个数据库,先别急着做manage.py syncdb 2、到phpMyAdmin里面,在左边的列表中选中这个数据库 3、然后在右面那一行tab按钮中点击“操作”(Operations,那个带“工具箱图标”的tab) 4、打开新页面后在最下面Collation处选择utf8_ge

1、在后台控制面板里面建立一个数据库,先别急着做manage.py syncdb 

2、到phpMyAdmin里面,在左边的列表中选中这个数据库

 3、然后在右面那一行tab按钮中点击“操作”(Operations,那个带“工具箱图标”的tab) 

4、打开新页面后在最下面Collation处选择utf8_general_ci,点击”Go”按钮

好了,现在你可以manage.py syncdb了,新生成的表都是utf-8编码,不会有数据库编码的问题了

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn