Click here to Skip to main content
15,885,720 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have installed mysql-installer-community-5.6.10.1.msi in my server machine, and mysql-connector-net-5.0.9.exe in client machine. My connection string is Provider=mysqlprov;SERVER= 192.168.112.56;Port=3036;DATABASE=Perch; UID= ****; PASSWORD=**********;


192.168.112.56 is my server's IP


It throws error the 'mysqlprov' provider is not registered on the local machine

can any1 help to find connection string
Posted
Updated 19-Jun-13 1:23am
v2

You can download the Mysql provider from

http://dev.mysql.com/downloads/mirror.php?id=412152

Download and Install the provider. Your Problem will be resolved.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900