VS.NET 2005 中使用 MySQL 5.0


VS.NET 2005 中使用 MySQL 5.0

    1.下载 MySQL 5.0 数据库
    文件:mysql-5.0.27-win32.zip
    地址:http://dev.mysql.com/downloads/mysql/5.0.html


    2.下载 MySQL Connector/Net 5.0
    文件:mysql-connector-net-5.0.3.zip
    地址:http://dev.mysql.com/downloads/connector/net/5.0.html,

    3.下载 MySQL Visual Studio Plugin 1.1
    文件:MySQL.VisualStudio-1.0.2.zip
    地址:http://dev.mysql.com/downloads/visual-studio-plugin/index.html,

    4.安装 MySQL 5.0

    5.安装 MySQL Connector/Net 5.0
    注意:安装到 Final Setup Options 这一步时,要选中 Register Connector/Net in the Global Assembly Cache。

    6. 安装 MySQL Visual Studio Plugin 1.1

    然后你就可以在VS.NET 2005中使用MySQL 5.0数据库了!

    本文来自“十万个为什么”电脑学习网 http://www.why100000.com 

你可能感兴趣的:(mysql,数据库,cache,assembly)