Schlagwort: MySql Public Access

  • Mysql Remote Access zulassen

    Manchmal braucht man eine Datenbank die über das Internet erreichbar ist. Dies ist nicht besonders sicher, aber bei z.B. Testumgebungen vernachlässigbar und sehr hilfreich! #first allow remote access in my.cnf sudo nano /etc/mysql/my.cnf bind-address = 0.0.0.0 #set bind-address from 127.0.0.1 to 0.0.0.0 #connect to mysql db as root user (password default is empty) mysql -u…