It might be in the configuration of MySQL Database Server itself especially if you are using Windows Operating Systems.
Put this option under [mysqld] of your my.ini file
skip-name-resolve
OR
Run MySQL Administrator, Select Startup Variables, Click Advanced Networking Tab, then Check Disable Name Resolving
---------------------------
As an additional advice, refrain from using Remote Views... Use SQL-Pass through or CURSORADAPTER()