Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嘿,有人能解释一下为什么我们需要下载 MySQL 连接器网络吗?我在 Visual Studio 2010 上创建了一个网站并将其与 phpMyAdmin 数据库链接......但是 MySQL 连接器实际上做了什么?
谢谢
PhpMyAdmin是一个用php制作的mysql数据库客户端,连接mysql数据库,托管在Apache Server中。这里我们可以直接执行mysql dml/ddl查看即时结果。
MySql Connector Net 是一个库,Dot net 应用程序将通过它连接到 mysql 以进行进一步的数据库通信。
希望对你有帮助..