Installing MySQL
- The database is started after it is installed. You do not need to start the database again.
- The database configuration file directory is /usr/local/mysql/my.cnf.
- Go to the tool directory.
1cd /home/tsdbtool
- Run the install command.
sh tsdbtool.sh install dbtype=mysql conf=mysqlconf.csv sourcedir=mysql-boost-8.0.17.tar.gz


For RPM package installation (for details about RPM compilation, see 2.6 MySQL RPM Package Compilation), change sourcedir to rpmdir and change the source code package name to the RPM package name. For example:
1sh tsdbtool.sh install dbtype=mysql conf=mysqlconf.csv rpmdir=mysql-8.0.17-1.el7.aarch64.rpm


Parent topic: Deploying MySQL