+ 7

how to connect mysql by using vs 2010 c# desktop application

18th Jul 2020, 9:41 AM
Gaurav Dixit🇼🇳
Gaurav Dixit🇼🇳 - avatar
2 Answers
+ 11
Using Mysql.Data.MySqlClient; MySqlConnection connection = new MySqlConnection("server =127.0.0.1;port=3306;username=root;password=0000;database = dbName");
18th Jul 2020, 10:17 AM
Orchiiik
Orchiiik - avatar
+ 5
18th Jul 2020, 12:12 PM
Gaurav Dixit🇼🇳
Gaurav Dixit🇼🇳 - avatar