How to allow MySQL on Windows Server for external remote access?
问题 i have installed xampp on my windows server 2008 R2. I'm running a script there that stores me data over the day. Now i want to retrieve the data from my own computer or just external by connecting the database via mysql_connect("hostname","username","pw"). after some research i have got told that i have to commend > [...] > #bind-address = 127.0.0.1 > #skip-networking [...] in /etc/mysql/my.cnf didn't find the my.cf file in mysql but found one in xampp/mysql/bin/my.ini . But when i opened