Skip to content

Instantly share code, notes, and snippets.

@joulgs
Created October 2, 2023 11:31
Show Gist options
  • Save joulgs/7add5f36fe04437a31dadfb5be0cd8d9 to your computer and use it in GitHub Desktop.
Save joulgs/7add5f36fe04437a31dadfb5be0cd8d9 to your computer and use it in GitHub Desktop.
How enable remote access to MariaDB on Ubuntu/Debian
access the file ´/etc/mysql/my.cnf´ or ´/etc/mysql/mariadb.conf.d/50-server.cnf´ and find the line `bind-address = 127.0.0.1
and change 127.0.0.1 to 0.0.0.0.
source: https://webdock.io/en/docs/how-guides/database-guides/how-enable-remote-access-your-mariadbmysql-database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment