16630 shaares
62 results
tagged
db
Via river.
HammerDB is the best performing database benchmarking and load testing tool for Oracle Database, SQL Server, IBM Db2, MySQL/MariaDB, PostgreSQL and Redis with built-in benchmarks based on the industry standard TPC-C and TPC-H specifications and native builds for Linux and Windows
rm -rf /var/lib/mysql
mkdir -p /var/lib/mysql/mysql
chown -R mysql:mysql /var/lib/mysql
mysql_install_db
Via river.