You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MySQL doesn't start when I configured a local volume for persistence.
Also: When it starts, the SQL files are created in /var/lib/mysql as root:root:
root@7a9ca27a41f7:/# service mysql status
* MariaDB is stopped.
Usage: /etc/init.d/mysql start|stop|restart|reload|force-reload|status
root@7a9ca27a41f7:/# service mysql start
* Starting MariaDB database server mysqld
...fail!
I'd recommend:
a. changing the TERM default to "TERM=xterm-256color" which is the mac default. Dumb doesn't work well on MACs. I will put a pull request for the change.
b. I'd add a variable MYSQL_BIND_ADDRESS to override the 127.0.0.1 inside.
MySQL doesn't start when I configured a local volume for persistence.
Also: When it starts, the SQL files are created in /var/lib/mysql as root:root:
I'd recommend:
a. changing the TERM default to "TERM=xterm-256color" which is the mac default. Dumb doesn't work well on MACs. I will put a pull request for the change.
b. I'd add a variable MYSQL_BIND_ADDRESS to override the 127.0.0.1 inside.
/var/lib/mysql# ls -la
My Docker Start Script:
The text was updated successfully, but these errors were encountered: