Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update needed for MariaDB 11.0.2 #707

Open
dausruddin opened this issue Jul 24, 2023 · 6 comments
Open

Update needed for MariaDB 11.0.2 #707

dausruddin opened this issue Jul 24, 2023 · 6 comments

Comments

@dausruddin
Copy link

dausruddin commented Jul 24, 2023

Getting this warning

Your MySQL version 11.0.2-MariaDB-1:11.0.2+maria~deb11 is EOL software. Upgrade soon!

and

/usr/bin/mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead

image

@tokar86a
Copy link

i end up whit the same warning.

@BadWolf0081
Copy link

I also get errors saying my version of mariadb is deprecated and I am running the latest official GA version, 11.1.2
https://mariadb.com/kb/en/mariadb-11-1-2-release-notes/

There is also an upcoming new version 11.2 that just went into RC stages.
https://mariadb.com/kb/en/mariadb-11-2-1-release-notes/

Considering this is the current latest short-term stable series of MariaDB, 11.1.2 - Until August 2024 and latest release candidate version it would be a good idea I feel to add support for these 2 newer versions as well as the prior GA version of 11.0

@berti34
Copy link

berti34 commented Oct 11, 2023

Please include MariaDB-Version 11.1, too.
Thank you very much for this important tool!

@jadeops
Copy link

jadeops commented Nov 30, 2023

Yup needs an update. Currently running 11.2 - https://endoflife.date/mariadb

[!!] Your MySQL version 11.2.2-MariaDB-1:11.2.2+maria~ubu2204-log is EOL software. Upgrade soon!

Also mysqltuner needs to use /usr/bin/mariadb for mariadb 11.x

/usr/bin/mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead

@spirillen
Copy link

Same issue here on Ubuntu, would be nice to have this one solved

image
image

@Zajsoft
Copy link

Zajsoft commented Jun 6, 2024

Patch for:
/usr/bin/mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead

mysqltuner.pl.patch

devenbj added a commit to devenbj/MySQLTuner-perl that referenced this issue Jul 15, 2024
This addresses major#707 and major#786. Added versiond 11.1, 11.2, and 11.4 to supported list. Removed 10.3, 10.4, 10.7, 10.8, 10.9, and 10.10 (all listed as no longer mintained on the mariadb website). Fix for the deprecation notice from @jadeops.
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

No branches or pull requests

7 participants