How do i let other server connect to my mysql database? I know i have to do something with the firewall settings but where do it do that in phpmyadmin??
phpmyadmin will not be able to change firewall settings. However, it can be used to allow other hosts to connect on the MySQL level. You need to run a query like this: grant all on my_database.* to identified by 'secretpassword'