摘要:
netstat -aptn 查看所有tcp端口 firewall-cmd --zone=public --list-ports //查看所有打开(防火墙放行的)的端口 firewall-cmd --zone=public --add-port=端口号/tcp --permanent 开放某个端口 ( 阅读全文
posted @ 2022-11-02 09:20
木糖醇困了
阅读(105)
评论(0)
推荐(0)
摘要:
**1.启动** ```linux cd usr/local/nginx/sbin ./nginx ``` **2.检查配置文件是否正确** ```linux nginx -t -c /usr/local/nginx/conf/nginx.conf 或者 cd /usr/local/nginx/sb 阅读全文
posted @ 2022-11-02 09:19
木糖醇困了
阅读(357)
评论(0)
推荐(0)
摘要:
/usr/local/nacos/nacos/bin 这只是我自己服务器的nacos的bin路径 1.启动 到nacos/bin目录下执行一下命令: sh startup.sh # 集群启动 sh startup.sh -m standalone #单机启动 2.关闭 到nacos/bin目录下执行 阅读全文
posted @ 2022-11-02 09:19
木糖醇困了
阅读(2243)
评论(0)
推荐(0)
摘要:
## linux下使用mysql #### **1.登录mysql** MySQL -uroot -p123456 # -u后面跟的是用户名 -p后面跟的是密码 或者在mysql/bin目录下执行 ./mysql -uroot -p #### **2.查看所有数据库** show databases 阅读全文
posted @ 2022-11-02 09:17
木糖醇困了
阅读(967)
评论(0)
推荐(0)

浙公网安备 33010602011771号