I want to download ( for local use ) my DB from my host using mysqldump
eg
mysqldump --user=xxxx -p --host=myhostingco.com -A -v >/tmp/DB.sql
It works with my xx.xx.xx.xx IP entered in the server remoteMySQL config , but not with the FQDN I have that points to my machine.
My hosting support point me to your documentation that says it should work with FQDN . but mysqldump from my local machine isnt allowed access with the FQDN added to the remoteMYSQL config and the xx.xx.xx.xx removed.
Is it
- the documentation
-me
-the hosting setup
that is getting this wrong ?
eg
mysqldump --user=xxxx -p --host=myhostingco.com -A -v >/tmp/DB.sql
It works with my xx.xx.xx.xx IP entered in the server remoteMySQL config , but not with the FQDN I have that points to my machine.
My hosting support point me to your documentation that says it should work with FQDN . but mysqldump from my local machine isnt allowed access with the FQDN added to the remoteMYSQL config and the xx.xx.xx.xx removed.
Is it
- the documentation
-me
-the hosting setup
that is getting this wrong ?