Installing Dependencies
Install necessary dependencies to prepare a complete environment for compiling and installing MySQL.
Run the following command to install the dependency packages:
1 2 3 4 5 | yum -y install bison bison-devel ncurses ncurses-devel libaio-devel openssl openssl-devel gmp gmp-devel mpfr mpfr-devel libmpc libmpc-devel libcurl-devel yum -y install wget tar gcc gcc-c++ git rpcgen cmake make yum -y install numactl numactl-devel* yum -y install libtirpc libtirpc-devel m4 yum -y install zstd-devel |
Parent topic: Configuring the Compilation Environment