phphmyadmin数据库的C#接口 [英] C# interface to phphmyadmin database

查看:87
本文介绍了phphmyadmin数据库的C#接口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经创建了一个phpmyadmin数据库,并使用c#创建了一个接口.现在我想通过C#接口刷新数据库中的数据.有人可以给我指出正确的方向,还是可以和我分享一些代码,谢谢

I have created a phpmyadmin database and have an interface created using c#. now i want to refresh the data in the database through the c# interface. can somebody point me to the right direction please or share some code with me, thanks

推荐答案

我想向您讲的几个问题:
没有这样的东西叫做phpmyadmin数据库
mysql是数据库服务器. phpmyadmin是一个用php编写的用于管理mysql数据库的应用程序.

而您想要做的就是使用C#与mysql连接.

谷歌将为您提供最好的支持.您可以使用简单的字符串搜索"C#mysql"
这是第一个
链接 [ ^ ].
few issue i like to lecture on you:
there is no such thing called phpmyadmin database
mysql is the database server. phpmyadmin is a application written in php to admin mysql database.

and what you want to do is connect with mysql using C#.

google will give you the best support. you can use the simple string to search "C# mysql"
this is the first
link[^] i found when i searched.


因为phpmyadmin使用mysql数据库,因此可以使用其中一个mysql数据库提供程序,例如Connector/Net 6.5.4 [ 21.2.4上找到有用的教程.连接器/网络教程 [ ^ ]
because phpmyadmin uses mysql database you can use one of mysql database providers such as Connector/Net 6.5.4[^].
you can find useful tutorials on 21.2.4. Connector/Net Tutorials[^]


这篇关于phphmyadmin数据库的C#接口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆