quimfv gracias por responder
el servidor mysql se encuentra en una LAN, en la base de datos mysql tiene el usuario root y mediante la siguiente sentencia sql permitir conexiones remotas a MySQL
Código SQL:
Ver originalmysql> GRANT ALL PRIVILEGES ON *.* TO USERNAME@IP IDENTIFIED BY "PASSWORD";
mysql> FLUSH PRIVILEGES;