摘要: mysql -u root mysql> use mysql; mysql> UPDATE user SET Password = PASSWORD('newpass') WHERE user = 'root'; mysql> FLUSH PRIVILEGES; 阅读全文
posted @ 2016-12-14 16:07 libkey 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 今天配置开启Apache虚拟主机时, 然后日志报错提示: Invalid command 'Order', perhaps misspelled or defined by a module not included in the server config 解决方法: 把 #LoadModule 阅读全文
posted @ 2016-12-14 15:00 libkey 阅读(12802) 评论(1) 推荐(2) 编辑
摘要: 我们常常在执行 httpd –k restart 重启Apache时报错提示: (OS 10048)通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 : AH00072: make_sock: could not bind to address 0.0.0.0:80AH00451: no 阅读全文
posted @ 2016-12-14 14:50 libkey 阅读(681) 评论(0) 推荐(0) 编辑