随笔分类 -  日常排错

摘要:1、MySQL从库 Failed to open the relay log 在配置MySQL主从复制的过程中,遇到了一个问题,提示:Could not initialize master info structure; more error messages can be found in the 阅读全文
posted @ 2017-10-23 15:52 Jadear 阅读(210) 评论(0) 推荐(0)
摘要:1、php不支持短标签 控制参数: short_open_tag = On如果设置为Off,则不能正常解析类似于这样形式的php文件: 而只能解析 这样形式的php文件所以要想php支持短标签,需要我们把short_open_tag 设置为On. 阅读全文
posted @ 2017-10-23 15:48 Jadear 阅读(452) 评论(0) 推荐(0)
摘要:Starting MySQL.Manager of pid-file quit without updating file.[FAILED] 依次尝试了从谷姐找到的各种方法,发现只要执行如下MySQL初始化命令即可解决: /usr/local/mysql/bin/mysql_install_db - 阅读全文
posted @ 2017-10-18 20:39 Jadear 阅读(237) 评论(0) 推荐(0)