Hello Marcus,
You can access MySQL remotely via the following steps -
> Login in cPanel
> MySQL Databases
> Access Host
> Add the IP address of the system
> Add Host
> Log on to the machine
> In /usr/bin directory, open MySQL client program
> Now Command - MySQL
> Type the following syntax in order to access the MySQL database -
mysql -h {hostname} -u username -p {databasename}
Password: {your password}
Let me know if you require more information.
Regards
|