Chinaunix首页 | 论坛 | 博客
  • 博客访问: 348243
  • 博文数量: 54
  • 博客积分: 497
  • 博客等级: 下士
  • 技术积分: 612
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-16 20:05
个人简介

行动…Don\'t ever let somebody tell you, you can\'t do something. you got a dream, you gotta protect it. people can\'t do something themselves they wanna tell you you can\'t do it.if you want something. go get it.

文章分类

全部博文(54)

文章存档

2021年(3)

2018年(1)

2017年(18)

2016年(7)

2015年(4)

2013年(1)

2011年(20)

我的朋友

发布时间:2017-12-11 18:29:25

1。在转移后配置了my.cnf文件,添加了路径。2.一直提示无法更新pid文件,在配置文件中添加后。还是一样。3.后确定为selinux导致。关闭此防火墙。setenforce 04.启动数据库后,本地登录。无法查看到转移的数据库。耗费了较长时间,后确认为没有为本地访问赋权限。用远程连接方式登录便可看到: mysql -h192.168.0.2 -uro.........【阅读全文】

阅读(1271) | 评论(0) | 转发(0)

发布时间:2017-12-01 11:48:40

yum install readline-devel pcre-devel openssl-devel gccyum install dnsmasq  https://openresty.org/en/download.htmlwget https://github.com/doujiang24/lua-resty-kafka/archive/master.zip放到 /opt 目录下tar -zxvf openresty-1.11.2.3.tar.gzcd openresty-1.11.2.3./configure --prefix=/op.........【阅读全文】

阅读(1289) | 评论(0) | 转发(0)

发布时间:2017-12-01 11:47:10

user? root root;worker_processes? 8;worker_cpu_affinity 00000001 00000010 00000100 00001000 00010000 00100000 01000000 1000000;error_log /home/openresty/nginx/logs/error.log crit;worker_rlimit_nofile 65535;events {??? accept_mutex on;??? multi_accep.........【阅读全文】

阅读(1784) | 评论(0) | 转发(0)

发布时间:2017-12-01 11:40:36

user  root root;worker_processes  8;worker_cpu_affinity 00000001 00000010 00000100 00001000 00010000 00100000 01000000 1000000;error_log /home/openresty/nginx/logs/error.log crit;worker_rlimit_nofile 65535;events {    accept_mutex on;    multi_accep.........【阅读全文】

阅读(2022) | 评论(0) | 转发(0)

发布时间:2017-08-21 09:22:03

user  www www;#user  nobody;worker_processes  4;error_log  /var/log/nginx/error.log debug;#error_log  logs/error.log  notice;#error_log  logs/error.log  info;pid        /var/run/nginx.pid;#Specifies the value for m.........【阅读全文】

阅读(2230) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册