-
Could you please let me know when MariaDB support in HammerDB be available? For the time being, I am using HammerDB 4.1 on RHEL 8.4 and selecting MySQL TPROC-C and have testdb1 created in MariaDB. But when I launch the hammerdb gui and run build schema after entering params in options it fails with attached error: I have also tried librarycheck from hammerdbcli and MySQL library fails to load: MY $LD_LIBRARY_PATH is a follows: I am stuck at this point. I would really appreciate any help or guidance you can give to fix this and get past this? Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
Hi,
HammerDB support for MariaDB will be in the next release v4.2 - this is complete and will be available as a binary release very soon.
Until then HammerDB v4.1 and earlier needs the MySQL 8.0.X client library to connect to MariaDB. There is documentation here on how to do this here https://www.hammerdb.com/docs/ch01s08.html
So you need the file libmysqlclient.so.21 - note that, that is the only file you need and it needs to be in your LIBRARY_PATH as you show above. If you follow the links from here https://dev.mysql.com/downloads/c-api/ it says C API (libmysqlclient) is included in MySQL 8.0 / Linux: The Client Utilities Package is available from the MySQL Community Server download pa…