Developer8
Programmer
I want to access a mysql database (on linux) from another linux box. I type in:
mysql -hservername -uusername -ppassword databasename
and it tells me that my server ip is not allowed to access the mysql database. How would I configure mysqlaccess.conf to allow remote access?
mysql -hservername -uusername -ppassword databasename
and it tells me that my server ip is not allowed to access the mysql database. How would I configure mysqlaccess.conf to allow remote access?