Comments - sock error

1 year, 1 month ago Daniel Black
Re: sock error [Answer]

Why do you have a bitnami config file for the socket path outside the container?

Run mariadb --help and you'll see:

Default options are read from the following files in the given order: /etc/my.cnf /etc/mysql/my.cnf /.my.cnf

Check these files for the bitnami path and remove it.

Or mariadb --no-defaults will ignore all configuration files.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.