摘要:
解析出回滚SQL 参数解释参考官方文档:https://github.com/danfengcao/binlog2sql 阅读全文
摘要:
转载:http://www.cnblogs.com/chenmh/p/5097530.html 挂载只读分区,修改挂载选项 阅读全文
摘要:
引起nginx 403 forbidden有二种原因,一是缺少索引文件,二权限问题。今天又遇到 了,顺便总结一下。 1,缺少index.html或者index.php文件 server { listen 80; server_name localhost; index index.php index.html; root /home/zhangy/www... 阅读全文