Linux start mysql, redis, rabbit, nginx, fastdfs, zookeeper commands

1.mysql

./mysqld_safe &
Insert picture description here

2. Friday

 ./redis-server ../redis.conf &

Insert picture description here

3.rabbit

rabbitmq-server start    开启
rabbitmqctl stop   关闭

Insert picture description here

4.nginx

Fastdfs needs to open the same command in nginx_fdfs

./sbin/nginx -c ./conf/nginx.conf

Insert picture description here

5.zookeeper

./zkServer.sh start

Insert picture description here

kafka

./zookeeper-server-start.sh -daemon ../config/zookeeper.properties

Guess you like

Origin blog.csdn.net/qq_36905956/article/details/105849540