Skip to content

Conversation

@Zeroradiance
Copy link
Contributor

Updated to match changes to entrypoint to fix MYSQL / Mariadb

Updated to match changes to entrypoint to fix MYSQL / Mariadb
@Zeroradiance Zeroradiance requested a review from Byloth as a code owner June 25, 2025 10:00
@Zeroradiance Zeroradiance deleted the patch-1 branch June 25, 2025 10:01
@Byloth
Copy link
Owner

Byloth commented Jun 25, 2025

Did you experience any problem with this project?
Want to contribute to fix / improve the project itself?
Want to add support for AHBots and PlayerBots? 1

Let's speak about it! 😉


  1. Did you notice? There's already a draft PR AHBots & PlayerBots: Add support for AHBots & PlayerBots #20

@Zeroradiance
Copy link
Contributor Author

Thank you for discussing this with me over Discord to clear up the situation 😄, I will leave this here as it may help others who run into the issue.

MariaDB 11.5+ completely removed the old mysql and mysqldump commands, replacing them with mariadb and mariadb-dump

In InstallFullDB.config:
Changed the paths from /usr/bin/mysql and /usr/bin/mysqldump to /usr/bin/mariadb and /usr/bin/mariadb-dump

In entrypoint.sh:
Updated the mysql_execute() and mysql_dump() functions to call mariadb and mariadb-dump instead of the old commands.

After making these changes, everything works perfectly database initialization completes successfully and services connect without issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants