kuld33p, what do you mean check my redirects? the .htaccess?
Andrea_r, do you mean that the database base the Amazon string in it somewhere? I’m having a hard time accessing my database because this is EC2 and there is no cPanel. I used a Bitnami AMI which did install phpmyadmin, but for the life of me, I can figure out how to load it. Nor can access MySQL through the terminal via ssh.
I don’t really know what I’m doing with this command line stuff. This is what I’ve tried so far:
bitnami@ip-10-243-21-23:~$ mysql -ubitnami -p -h localhost:3306 bitnami_wordpress
Enter password:
ERROR 2005 (HY000): Unknown MySQL server host ‘localhost:3306’ (2)
bitnami@ip-10-243-21-23:~$ mysql -ubitnami -p -h 10.243.21.23:3306 bitnami_wordpress
Enter password:
ERROR 2005 (HY000): Unknown MySQL server host ‘10.243.21.23:3306’ (3)
bitnami@ip-10-243-21-23:~$ mysql -ubitnami -p -h echotreemedia.com:3306 bitnami_wordpress
Enter password:
ERROR 2005 (HY000): Unknown MySQL server host ‘echotreemedia.com:3306’ (3)
bitnami@ip-10-243-21-23:~$ mysql -ubitnami -p -h msql.echotreemedia.com bitnami_wordpress
Enter password:
ERROR 1130 (HY000): Host ‘50.16.250.250’ is not allowed to connect to this MySQL server
bitnami@ip-10-243-21-23:~$ sudo mysql -ubitnami -p -h msql.echotreemedia.com bitnami_wordpress
sudo: mysql: command not found
bitnami@ip-10-243-21-23:~$ mysql -ubitnami -p -h msql.echotreemedia.com bitnami_wordpress
Enter password:
ERROR 1130 (HY000): Host ‘50.16.250.250’ is not allowed to connect to this MySQL server
bitnami@ip-10-243-21-23:~$ mysql -ubitnami -p -h 50.16.250.250 bitnami_wordpress
Enter password:
ERROR 1130 (HY000): Host ‘50.16.250.250’ is not allowed to connect to this MySQL server
bitnami@ip-10-243-21-23:~$ mysql -u bitnami -p -h 50.16.250.250 bitnami_wordpress
Enter password:
ERROR 1130 (HY000): Host ‘50.16.250.250’ is not allowed to connect to this MySQL server