Inside the zm container:
Code: Select all
# nc -z -v mariadb 3306
mariadb (127.0.0.1:3306) open
Code: Select all
# mysql -u root -h 127.0.0.1:3306 -p < /usr/share/zoneminder/db/zm_create.sql
Enter password:
ERROR 2005 (HY000): Unknown server host '127.0.0.1:3306' (-2)