. Net connection mysql database statement,. netmysql Database

Source: Internet
Author: User

. Net connection mysql database statement,. netmysql Database

In my project, write the Connection database statement in the configuration file:

<Add key = "ConnectionString" value = "Database = 'testdata'; Data Source = 'localhost'; Port = '000000'; User Id = 'root '; password = 'root'; Charset = 'utf8'; TreatTinyAsBoolean = false "/>



Database is the database name, Data Source is the server address of the database, "localhost" represents the local address, port is the mysql database port number user id represents the user name password represents the user password, charset tableThe character set used for connecting requests to the server. Default: none because the database in the project contains Chinese characters, the different character sets of mysql are also different in Chinese and English. Utf8 can be used to prevent Chinese garbled characters.



The base character set of the database is "utf8" and the database sorting rule is "utf8_general_ci ";


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.