Skip to content

Consider using mariadb binary instead of mysql #78

@luoe

Description

@luoe

Thank you for this handsome version of dockerized MariaDB.

After upgrading to MariaDB 11.4 (alpine-amd64, using commit 7f5c70f), MariaDB warns that the usage of the mysqld binary will be deprecated:

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

This does not seem to be coming from the packaging of Alpine, rather it's coming from MariaDB itself. It should be this part of the MariaDB server code that warns the user about the deprecation.

Maybe consider changing the calls of mysqld (and possibly also mysql) in the run.sh scripts to reflect the change.

Cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions