ubuntu中mysql初始化报错
1…/mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
解决办法:apt-get install -y libaio1 libncurses5
如果是内网不能下载可以考虑在其他ubuntu下载后搜索这个包拷贝到当前系统中
2…/mysqld: error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory
解决办法:apt-get install -y libnuma1