Grant Remote Access To DB
Categories: Tutorials - Tags: mysql, mysql grantHere is a small tutorial if you want to grant remote access to a DB on your server.
First login trough SSH on your server and get access to you mysql
$mysqladmin -u XXX password XXX
Note: that db_user and db_passwd are your database username and database password Read more
