这句话是什么意思?

create database askbot DEFAULT CHARACTER SET UTF8 COLLATE utf8_general_ci;

grant all privileges on dbname.* to dbuser@localhost identified by 'dbpassword';

Maybe you'll need to go through the file my.cnf (mysql config) and set all encodings to UTF8.
Somewhere you have incompatible character encodings.
Think you.
从上面可以看出我的数据库哪里除了问题?具体怎么修改?

阅读 4.8k
1 个回答

my.cnf 文件中 把编码设置为utf8.

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题