We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CREATE TABLE kldns_dns_apis ( dns varchar(30) NOT NULL, api_key varchar(255) NOT NULL, lines varchar(2000) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 Unknown character set: 'utf8mb4' 数据导入完毕 成功执行SQL语句21条,失败1条! 1、系统已成功安装完毕! 2、系统管理员账号为 用户名:admin 密码:123456 3、后台地址:域名/admin
kldns_dns_apis
dns
api_key
lines
php5.4
The text was updated successfully, but these errors were encountered:
无法点击: 接口配置和域名列表。
页面错误!请稍后再试~ ThinkPHP V5.0.7 { 十年磨一剑-为API开发设计的高性能框架 }
Sorry, something went wrong.
感谢
找到 other/install/install.sql 这个文件 把里面的utf8mb4 替换为 utf8
或者重新下载
No branches or pull requests
CREATE TABLE
kldns_dns_apis
(dns
varchar(30) NOT NULL,api_key
varchar(255) NOT NULL,lines
varchar(2000) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4Unknown character set: 'utf8mb4'
数据导入完毕
成功执行SQL语句21条,失败1条!
1、系统已成功安装完毕!
2、系统管理员账号为 用户名:admin 密码:123456
3、后台地址:域名/admin
php5.4
The text was updated successfully, but these errors were encountered: