./mysqld: error while loading shared libraries: libaio.so.1: 报错处理

报错提示

[root@hecs-399223 bin]# ./mysqld --initialize --user=mysql --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data
./mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory

解决方案:

[root@hecs-399223 bin]# yum -y install libaio
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package libaio.x86_64 0:0.3.109-13.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

=================================================================================================================================
 Package                      Arch                         Version                              Repository                  Size
=================================================================================================================================
Installing:
 libaio                       x86_64                       0.3.109-13.el7                       base                        24 k

Transaction Summary
=================================================================================================================================
Install  1 Package

Total download size: 24 k
Installed size: 38 k
Downloading packages:
libaio-0.3.109-13.el7.x86_64.rpm                                                                          |  24 kB  00:00:00     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : libaio-0.3.109-13.el7.x86_64                                                                                  1/1 
  Verifying  : libaio-0.3.109-13.el7.x86_64                                                                                  1/1 

Installed:
  libaio.x86_64 0:0.3.109-13.el7                                                                                                 

Complete!

你可能感兴趣的:(数据库,adb)