MYSQL secure-file-priv set to blank, but when running DbDataReader ExecuteReader it is acting like it is not
I have set secure-file-priv="" in the my.ini file And if I run my SQL chunk inside MySQL WorkBench it works perfectly. However when C# actually runs the DbDataReader ExecuteReader I get an error back in return. The error is telling…