Comments - Can't connect to MariaDB through mysql command line client

7 years, 11 months ago Brian Evans

The mysql client binary is compiled with a default socket location. You can specify this when it is being built.

You may also override the default location in the [client] section of the my.cnf (or my.ini on Windows) so you won't need to specify this on each invocation of the command.

 
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.