Im fairly new to docker and so im trying to learn more about it using a laravel project, im following this tutorial:
https://www.digitalocean.com/community/tutorials
If you still want to use the mysql client, it's called default-mysql-client
now.
I had the same issue in php:7.1-apache
. Replacing mysql-client
with mariadb-client
works for me. Thank you.
php:7.3-fpm now use Debian 10 (Buster) as its base image and Buster ships with MariaDB, so just replace mysql-client
with mariadb-client
should fix it.
php:7.2-apache
triggers the error as well, but I resolve it using php:7.2.18-apache