使用mysqld命令初始化的过程中大概会遇见:
./mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such
执行:
yum install libaio-devel.x86_64
./mysqld: error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory
执行:
yum -y install numactl
使用mysql命令连接数据库的过程中大概会遇见:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
就去mysql的安装目次下:
./support-files/mysql.server start
然后把mysql.sock放到想放的地方。