摘要: rewrite ^/$ /index.php break; rewrite /page/([0-9]*)$ /index.php?page=$1 break; rewrite /search/(.*)$ /search.php?key=$1 break; rewrite /danye$ /danye 阅读全文
posted @ 2020-05-29 12:37 康师傅砍师傅 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 递增ID归零 truncate table 你的表名 更新某表某列字段 update 表 set 字段名=新值 检测大于1的重复数据 select 字段 from 表 group by 字段 having count(*) >1; 查询索引: SHOW INDEX FROM 数据表; 建立索引: A 阅读全文
posted @ 2020-05-29 12:32 康师傅砍师傅 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 操作系统:全新系统(支持CentOS、Ubuntu、Debian、Fedora、Deepin), 确保是干净的操作系统,没有安装过其它环境带的Apache/Nginx/php/MySQL 宝塔Linux6.0版本是基于centos7开发的,强烈建议使用centos7.x 系统 内存要求:内存要求最低 阅读全文
posted @ 2020-05-29 12:28 康师傅砍师傅 阅读(1338) 评论(0) 推荐(0) 编辑
摘要: mysql> mysql -u用户名 -p用户密码 mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '我是密码' WITH GRANT OPTION; mysql> flush privileges; mysql> net 阅读全文
posted @ 2020-05-29 12:21 康师傅砍师傅 阅读(762) 评论(0) 推荐(0) 编辑
摘要: 1、鉴权命令:qshell account [AccessKey] [SecretKey] [储存空间名称] 列:qshell account 0rQzxWk*************WKfhqt3空格Yr4YK29**********UxCzcY_1bwNpXetlT空格chucunkongjia 阅读全文
posted @ 2020-05-29 12:17 康师傅砍师傅 阅读(498) 评论(0) 推荐(0) 编辑