Centos 7 安装 MySQL8和 python3.7.0

mac2026-02-20  9

Centos7 安装 MySQL8

​​​​​​​​​​​​​​     初始化MySQL :    mysqld --initialize;               (mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such f)          如果报上述错误,运行 yum install -y libaio即可

         yum install -y libaio

 

Centos 7 安装 python3.7.0

 
最新回复(0)