Requesting help troubleshooting PowerShell/MySQL connectivity -


i'm having trouble getting powershell talk mysql. frustrating part had been working stopped. have searched around , unfortunately of find "do these steps , works" there apparently getting in way in environment.

here information i'm running into: * windows 7
* powershell 2
* wamp running mysql 5 (mysql running , can run queries phpmyadmin)
* scripts used able run error out "cannot find type [mysql.data.mysqlclient.mysqlconnection]"
* using sqlpsx (http://sqlpsx.codeplex.com/) connect before , i've reinstalled that
* have rebooted multiple times try clear things out
* running scripts administrator
* downloaded connector/net 6.3.6 again , reinstalled

i have no idea happened make stop working. have searched try resolved no luck , don't know else search for. if has ideas on can or diagnostics can run troubleshoot situation appreciate hearing them. thanks.

update perplexingly enough rebooted again today , powershell talking mysql again. :/ i'm still interested in hearing if has diagnostics can run pinpoint communication failure happening.

sounds you're missing ado.net drivers mysql. don't know why you'd missing them if working before, that's error sounds like.

have tried re-installing them?


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -