如何正确导入phpBB3.0.9的数据库
我需要将 phpBB3 移至另一台服务器。当我尝试导出和导入 varchar 类型字段中的所有信息时,它们都被转换为数字。搜索google后发现,发生这种情况是因为phpBB3在所有表中都使用utf8_bin排序规则,因此一旦导入utf8_bin,它就会自动转换为二进制代码。但我不希望我的信息以这种方式存储,我也不想使用 utf8_general 排序规则。
如何将我的 phpBB3 数据库正确导入到另一台服务器?
I need to move my phpBB3 into another server. When I tried to export and import all the information in the fields with varchar type were converted into digits. After searching google found out that it happens because phpBB3 uses utf8_bin collation in all tables, so once you import into utf8_bin it automatically converting into binary code. But I don't want my information to store in this way, neither I want to use utf8_general collation.
How can I import correctly database of my phpBB3 into another server?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用已实现的 phpBB 数据库备份
Use implemented phpBB database baackup