I am having difficulty accessing MySQL remotely.
I have tried accessing the database via MySQL Workbench (the "Standard TCP/IP over SSH" option) and phpMyAdmin. Both fail when I try to login.
I followed the 'how to se...
I'm new to the world of sever side development and want to make sure my sever is secure.
I have already taken a few steps to beef up security:
1) I use SSH keys
2) I have installed fail2ban
3) I have set up IP tables
...