. NET + MySQL combined development (I) development tools

Source: Internet
Author: User
Tags sql client

. NET is now the choice of many developers, and MySQL DATA has always been a lightweight, fast, and free developer, while PHP + MySQL has always been the method used by many large websites. Can we use a combination of. NET + MySQL? Of course. From this article, let's take a look at the strength of. NET + MySQL!
I. MySQL database
The latest version is 5.0.27, which can be downloaded from the official website or MySQL Chinese website.
Detailed installation method: Refer to http://bbs.mysql.cn/thread-261-1-1.html
Ii. Data Connection
As we all know ,. NET data access using ADO. net, and. net does not provide dedicated myql connection tools (such as SQL client of SQL Server), but mysql.com provides all data connection tools for my. Here we use MySQL. data. DLL , encapsulates the ADO of all MySQL databases.. net operation. The function is similar to that of SQL Server (for example, the sqlcommand in SQL Server is called mysqlcommand in MySQL ).
This stuff: http://dev.mysql.com/downloads/connector/net/1.0.html
now there are three versions: 1.0.7 (GA), 1.0.8 (RC), 5.0.3
usage: set MySQL. data. DLL is placed in the bin directory, and then using MySQL is referenced. data. mysqlclient;
3. Data management
SQL Server has Enterprise Manager and query analyzer, are there any MySQL instances? MySQL is not integrated like sqlserver. MySQL has many management tools, such as phpMyAdmin and MySQL front. I recommend EMS SQL Manager 2005 for MySQL, the latest version is
3.7.7.1. It has two types:
SQL Manager 2005 for mysql
SQL Manager 2005 Lite for mysql

the first one is charged, and no full cracking is found. The second one is free to use. The function is absolutely sufficient for your development.
: http://www.sqlmanager.net/en/products/mysql/manager/download
recommended website:
MySQL Official Website: http://www.mysql.com
MySQL Chinese website: http://www.mysql.cn
MySQL 5.1 reference manual: http://dev.mysql.com/doc/refman/5.1/zh/index.html
EMS SQL manager for MySQL tools Official Website: http://www.sqlmanager.net

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.