I am continually getting the error in the title when trying to do a mysql dump as per below:
mysql -hlocal.xxxx.com -uxxx -pxxx xxx < xxx.sql
Looking around, I thought it may have been an iptable issue but I've since allowed the designated address of local.****.com to the iptable, it says:
Chain INPUT (policy ACCEPT) target prot opt source
destination ACCEPT all -- local.*****.com anywhereChain FORWARD (policy ACCEPT) target prot opt source
destinationChain OUTPUT (policy ACCEPT) target prot opt source
destination
but am still getting the same error/issue. If anyone has some insight on what I could/should do to go about this it would be much appreciated!