安装教程:
1.修改数据库信息配置config/database.php
2.导入数据库文件sql.sql
3.设置网站运行目录为根目录public
4.后台地址:你的域名/admin/login.html
5.账户密码:admin 123456
nginx伪静态
nginx configuration
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php;
}
}
下载链接:
免费二级域名:

SQL语句执行错误:SELECT gid,title,date,views,content FROM emlog_blog where hide = 'n' and `type` = 'blog' ORDER BY RAND() LIMIT 10
Got error 28 from storage engine