I'm developing a system that will access the MySql database just to query data. I made reference to mysql.data.dll
and am using access through MySqlConnection.
It turns out that the system is returning the following error:
Access Denied for user 'myuser ....'
The interesting thing is that I can access the same database with the same user through SqlYog, but I can not get through .NET.
Is there any user configuration inside MySql to accept access?