Skip to content

How to setup HammerDB for Mariadb Testing. #80

Answered by sm-shaw
Prakashansible asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
Yes there are a couple of ways to do this. Firstly and probably the easiest way is to use the HammerDB MySQL option to test MariaDB. MariaDB is MySQL compatible so HammerDB for MySQL works absolutely fine against MariaDB. The only difference is that the client libraries are different so you need HammerDB to load the MySQL 8.0 libmysqlclient.so.21 for HammerDB v3.3 and libmysqlclient.so.20 for version 3.2 and earlier. This one MySQL library file is all you need in the LD_LIBRARY_PATH for the HammerDB client to work and test MariaDB.

If however you want to add MariaDB fully then I covered this in this series of blog posts
https://www.hammerdb.com/blog/uncategorized/how-to-add-your-datab…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by abondvt89
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #80 on December 16, 2020 18:16.