I have the correct parameters for mysqldump:
mysqldump -uUSERNAME -p -hREMOTE_HOST_URL REMOTE_DB_NAME > PATH_TO_DUMP_LOCATION.sql
When I execu