centos7.6安卓mysql5.7时编译报错:
Installing MySQL system tables..../bin/mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
解决办法:
yum install -y libaio
微信扫一扫
centos7.6安卓mysql5.7时编译报错:
Installing MySQL system tables..../bin/mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
解决办法:
yum install -y libaio
相关推荐