Which driver should I install so that mysqlcommand can be run using powershell?

Question:

I installed the mysqlconnector [ODBC] 5.1.8 for running my mysqlcommand, but I got this error:

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.

Answer:

You should install the Connector/Net , it installs itself in the GAC, and is available like any other .Net assembly .

Then you can do e.g.

Source:

Which driver should I install so that mysqlcommand can be run using powershell? by licensed under CC BY-SA | With most appropriate answer!

Leave a Reply