mirror of
https://github.com/klsf/kldns.git
synced 2026-04-25 16:15:54 +03:00
[GH-ISSUE #6] 麻烦问一下 这个怎么处理哇? #3
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/kldns-klsf#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aimeko on GitHub (Dec 12, 2017).
Original GitHub issue: https://github.com/klsf/kldns/issues/6
CREATE TABLE
kldns_dns_apis(dnsvarchar(30) NOT NULL,api_keyvarchar(255) NOT NULL,linesvarchar(2000) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4Unknown character set: 'utf8mb4'
数据导入完毕
成功执行SQL语句21条,失败1条!
1、系统已成功安装完毕!
2、系统管理员账号为 用户名:admin 密码:123456
3、后台地址:域名/admin
php5.4
@aimeko commented on GitHub (Dec 12, 2017):
无法点击: 接口配置和域名列表。
页面错误!请稍后再试~
ThinkPHP V5.0.7 { 十年磨一剑-为API开发设计的高性能框架 }
@aimeko commented on GitHub (Dec 12, 2017):
感谢
@klsf commented on GitHub (Dec 12, 2017):
找到 other/install/install.sql 这个文件 把里面的utf8mb4 替换为 utf8
或者重新下载