Your slurm needs built with the support. If you have mysql-devel installed it should pick it up, otherwise you can specify the location with --with-mysql when you configure/build slurm
Brian Andrus
You will need to also reinstall/restart slurmdbd with the updated binary.
Look in the slurmdbd logs to see what is happening there. I suspect it had errors updating/creating the database and tables. If you have no data in it yet, you can just DROP the database and restart slurmdbd.
Brian Andrus
External email: Please exercise caution |
Which version of Mariadb are you using?
Brian Andrus
I would check that you have MariaDB-shared installed too on the host you build on prior to your build. The changed the way the packaging is done in MariaDB and Slurm needs to detect the files in MariaDB-shared to actually trigger the configure to build the mysql libs.
-Paul Edmon-