Home > Blockchain >  MySql not showing in Visual Studio
MySql not showing in Visual Studio

Time:11-15

I have downloaded Mysql.data , Mysql.data.entityframework , mysqlconnector and additionally downloaded mysql installer.But Mysql not showing in Visual studio 2019.How can I solve this problem?enter image description here

CodePudding user response:

you have to install MySql For Visual Studio https://dev.mysql.com/downloads/windows/visualstudio/

and net connector https://dev.mysql.com/downloads/connector/net/

Have a nice day :)

  • Related