Table of Contents

Troubleshooting


Can't login to Adminer

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';
Serverlocalhost
Usernamecoding_username
Passwordcheese
Databasecoding

SSHFS doesn't work

Follow the instructions on Creating an SSH shortcut then use the command:

sshfs yourshortcutname:/var/www/html/ my_ec2_server