Trying to get simple count from table results in exception bellow. Tried different select statemens which also makes exception: \"SELECT * FROM goods\", but \"<
SELECT * FROM goods
in my case i use MySQL Connector NET 6.3.0 and the solution that i got is to change connection string key from
Server=127.0.0.1;Uid=root;Pwd=xxxx;Database=dbname;CharSet=utf8
to this
server=127.0.0.1;user id=root;password=xxxx;database=dbname;charset=utf8;pooling=false