MySqlConnection
![[C#] Mysql DB 연결 오류](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FFIyG9%2FbtqxLc1Ajk9%2FkXNBdaocX7pzlOz4AmU1K0%2Fimg.png)
[C#] Mysql DB 연결 오류
제 답변입니다. 문제점은 MySQL 서버가 아닌 SQL 서버로 연결하려고해서 발생되고 있습니다. 1. 우선적으로 MySql Connector / NET 를 하기 링크에서 다운로드 및 설치 바랍니다. (https://dev.mysql.com/downloads/connector/net/) MySQL :: Download Connector/NET Download Connector/NET Connector/NET is a fully-managed ADO.NET driver for MySQL. MySQL Connector/NET 8.0 is compatible with all MySQL versions starting with MySQL 5.5. Additionally, MySQL Connector/NET 8..