This might have stemmed from a typo in the original instructions (the quotes were messed up after a copy/paste). These steps should help resolve it:
sudo mysql -u root
grant all on coding.* to coding_username@localhost identified by 'cheese';
quit
to closeServer | localhost |
Username | coding_username |
Password | cheese |
Database | coding |
Follow the instructions on Creating an SSH shortcut then use the command:
sshfs yourshortcutname:/var/www/html/ my_ec2_server