inovve

mariadb external access

Nov 5th, 2024
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. /etc/mysql/mariadb.conf.d
  2. check if you have
  3.  
  4. bind-address=127.0.0.1
  5. Comment it
  6.  
  7. #bind-address=127.0.0.1
  8. Restart mysql:
  9.  
  10. systemctl restart mysql
Advertisement
Add Comment
Please, Sign In to add comment