MySQL Docker

Known Issues

The server requested authentication method unknown to the client  [caching_sha2_password]

Here a docker-compose.yml example with mysql native password.

 

 

mysqld

You can start a mysql server in a console with mysqld. This will start a mysql server with default settings. If you want to run a mysql server with special settings then you can use the defaults-file parameter to specify your configuration.

On ubuntu 14.04 with mysqld 5.5 I get a fatal error by using the defaults-file parameter. Continue reading