When installing MySQL on a Linux system, thethe Mysql-5.6.17-1.el6.x86_64.rpm-bundle.tar package opens with 7 rpm files, as follows:
mysql-client-5.6.17-1.el6.x86_64.rpm
mysql-devel-5.6.17-1.el6.x86_64.rpm
mysql-embedded-5.6.17-1.el6.x86_64.rpm
mysql-server-5.6.17-1.el6.x86_64.rpm
mysql-shared-5.6.17-1.el6.x86_64.rpm
mysql-shared-compat-5.6.17-1.el6.x86_64.rpm
mysql-test-5.6.17-1.el6.x86_64.rpm
These files are dependent, and if the installation sequence is incorrect, the files are not installed properly. When the file does not install properly, an error message will be prompted such as:Use the command:RPM-IVH mysql-test-5.6.17-1.el6.x86_64.rpm
is required to install test, the following message may appear:
error:failed dependencies:
Mysql-client is needed by mysql-test-5.6.17-1.el6.x86_64
Install the client first, then reinstall Test.
Also, when installing embeded or server, you may receive the following error message:error:failed dependencies:
libaio.so.1 () (64bit) is needed by mysql-server-5.6.17-1.el6.x86_64Use command: yum-y install Libaio will Libaio library first installed, then install embeded or server, OK.