achates
First of all, you need to check on your MySQL server Port Number at your mysqldManage
Next, go to Security > Firewall > Add New Port Rules & Complete the MySQL server port number
Then, go to your Database Management > Permission > Choose your permission method (I preferred Specified IP for my private access and prevent from unauthorized access) > Confirm
After, go to your MySQL Workbench App:
- Add new MySQL Connection
- Enter your connection name
- Enter your server host's IP address, keep the port number on default
- Enter your database username
- Click on Store in Vault for keeping password to access later
- Enter or Paste the copied database password
- Click OK
- Click on Test Connection
Finally, it can access to the MySQL Database Server. Click OK and leave the Setup New MySQL Connection.
Review the Saved MySQL Connection, click to connect to database
Done