I'm trying to setup a connection to a remote mysql database with sharepoint designer 2010.
I use this connection string:
Server=192.168.22.175;Database=mydatabase;User=remote; Password=remoteremote;Option=13;Provider=MySQLProv
I get the follwoing error:
Server Error: An error occurred while retrieving the list of Databases from : The Web server cannot connect to the specified data source because the query may contain errors, the data source may be unavailable or configured improperly, or your Web site is behind a proxy server or firewall.
If your web site is behind a proxy server or firewall, verify that your server administrator has configured the Data Retrieval Services HTTP proxy server setting for Microsoft Windows Sharepoint Services.
I can connect to the mysql server using the same settings without a problem in any other application. I use the Office365 (P1)
I use this connection string:
Server=192.168.22.175;Database=mydatabase;User=remote; Password=remoteremote;Option=13;Provider=MySQLProv
&
Dsn=MyServer;Driver={MySQL ODBC 5.2w Driver};uid=user_admin;pwd=1234;database=user_database;Provider=MySQL Provider
Server Error: An error occurred while retrieving the list of Databases from : The Web server cannot connect to the specified data source because the query may contain errors, the data source may be unavailable or configured improperly, or your Web site is behind a proxy server or firewall.
If your web site is behind a proxy server or firewall, verify that your server administrator has configured the Data Retrieval Services HTTP proxy server setting for Microsoft Windows Sharepoint Services.
I can connect to the mysql server using the same settings without a problem in any other application. I use the Office365 (P1)