how to remote access to mariadb on docker? - Stack …
https://stackoverflow.com/questions/59591620/how-to-remote-access-to-mariadb-on-docker
Jan 03, 2020 · Use a client of your choice to connect to mariadb. I'm using mysql client here mysql -h 127.0.0.1 -p -u username dbname If you are on a unix-based system it is mandatory to use the loopback address 127.0.0.1 instead of localhost Share answered Feb 4, 2020 at 20:28 Adonias Alcântara 325 2 9 Add a comment Your Answer Post Your Answer
DA: 95 PA: 76 MOZ Rank: 49