Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have install MySQL Community Server.and made the database and i want to using in client machine so which mysql software should i install in the client machine to work with database and application
Posted
Comments
Michael_Davies 26-Apr-14 16:50pm    
More Information:

Are you leaving the MySQL running remote on another machine to connect clients to?

If so which connector have you used to connect to MySQL, install and configure that connector with the details of the remote MySQL machine on the client.

Else If not install MySQL on client and the connector you use to talk to MySQL.

1 solution

1) Install any one client to connect mysql server and do our database development

MySQL GUI Tools 5
mysql-workbench-gpl-5.2.30-win32

2) Install below connection, If you just want to connection mysql server using your application
mysql-connector-odbc-3.51.27-win32


Hope this helps
 
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