查看统信操作系统版本
cat /etc/os-version
重启统信操作系统网络
service network-manager restart
在统信操作系统开启mariadb
systemctl enable mariadb
systemctl start mariadb
#systemctl stop mariadb #停止mariadb
在统信操作系统搜索包
apt list | grep mysql #搜索mysql关联的包
apt-get install mysqclient-devel #安装包