I installed the mysqlconnector [ODBC] 5.1.8 for running my mysqlcommand, but I got this error:
Cannot find type [MySql.Data.MySqlClient.MySqlConnection]: make sure the assembly containing this type is loaded
Which driver should I install from the mysql connectors site to run this command (or any MySql command) on powershell?
I have the latest version of MySql installed in my system and all projects run with MySql very well.