Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

I am developing a windows application using c#.I used phpmyadmin as back end. I do not want to install xampp or wamp or any other server software on my client's machine. So, any idea how it possible to access phpmyadmin database without use of xampp or wamp or any kind of server software?


Thanks

What I have tried:

I tried nevicat software but it is only remote software for phpmyadmin.
Posted
Updated 17-Sep-16 12:14pm

1 solution

Phpmyadmin is a UI that is used to access mysql. You don't write code to execute against phpmyadmin. Instead you write code to act execute against mysql.

There are tons of examples of accessing mysql in c#. I suggest using google to find what it is you are trying to do.

access mysql c - Google Search[^]

MySQL :: MySQL Connector/Net Developer Guide :: 5.2.1 Opening a Connection[^]

Connect C# to MySQL[^]

c# - How to connect to MySQL Database? - Stack Overflow[^]

How to Connect to MySQL Using C#[^]

MySQL C# tutorial[^]

Now once you start attempting this and find you are having issues. Feel free to come back with some code samples and a clearly defined explanation of your issue that those willing to help you can replicate. We don't have access to your computer and can't read minds so don't assume we know what it is you are trying to do.
 
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