I am hosted here on a premium package and setup the mysql database successfully. I added a user and granted remote access. I have an app that I created that connects to the database to pull info. When I try to connect, I get the error: "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)".
However, I can log in to the database just fine via MYSQL workbench. I have the correct server which is my domain name and I have tried with the IP address as well. I can connect to my old database via the app but when I use the new database info I get the error? Any thoughts on what I could have missed?
However, I can log in to the database just fine via MYSQL workbench. I have the correct server which is my domain name and I have tried with the IP address as well. I can connect to my old database via the app but when I use the new database info I get the error? Any thoughts on what I could have missed?