Loading...
暂时无可提供的摘要
```python import pymysql import configparser def login_mysql(): #获取配MySQL的用户置文件并连接 config=configparser.ConfigParser() config.re...
**说明**:阿里云centos7服务器上部署tomcat服务。 # 服务器配置 阿里云1c2g1m突发型实例,系统为centos7.7 # Tomcat安装 tomcat需要jdk的支持,根据项目需求选择合适的jdk版本。 ## jdk1.8的安装 1. 检查是否安装过jdk ...
**说明**:在阿里云centos7.7上部署Mysql服务 # 服务器配置 阿里云1c2g1m突发型实例,系统为centos7.7 # Mysql安装 ### 使用Yum安装 1. 检查环境是否有Mysql和Mariadb ```shell rpm -qa | grep...
**说明**:CentOS 7.8默认使用的是firewall作为防火墙。以CentOS 7.8的firewall为例进行介绍。 1. 启动防火墙服务 ```shell systemctl start firewalld.service ``` 2. 关闭防火墙服务 ```she...