ADO.NET DB연결 문자열 - CoreLab.MySql
ADO.NET DB연결 문자열 - CoreLab.MySql
MySQLDirect .NET Data Provider
CoreLab.MySql
using CoreLab.MySql;
MySqlConnection oMySqlConn = new MySqlConnection();
oMySqlConn.ConnectionString = "User ID=myUsername;" +
"Password=myPassword;" +
"Host=localhost;" +
"Port=3306;" +
"Database=myDatabaseName;" +
"Direct=true;" +
"Protocol=TCP;" +
"Compress=false;" +
"Pooling=true;" +
"Min Pool Size=0;" +
"Max Pool Size=100;" +
"Connection Lifetime=0";
oMySqlConn.Open();
[드라이버컴포넌트 다운로드]
http://crlab.com/mysqlnet/download.html
스크랩원본글: http://www.serverinfo.pe.kr/TipnTech.aspx?Mode=View&Seq=156
출처웹사이트: 서버주무르기[Serverinfo.pe.kr], http://www.serverinfo.pe.kr/
Windows Server, IIS, SQL Server, Exchagne 서버운영자를 위한 팁앤테크, QnA 게시판