docker db use native password as auth method
This commit changes the default auth plugin of mysql to
mysql_native_password, because otherwise the laravel app couldn't
connect to the mysql database. The following error was thrown:
`SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client`