I'm trying to create a new connection using MySql as a Data Provider in Visual Studio 2019, but the list of Data source doesn't show me MySql. So I check out my mysql-connector and I had the 8.0.15.msi version. I found out that i should have the older version because starting with version 6.7, Connector/Net will no longer include the MySQL for Visual Studio integration. So i uninstalled my current version and reinstalled this one 6.6.6 but it still dosen't work.
What connector should i Install for visual studio 2019?