Host ‘HostName’ is not allowed to connect to this MySQL server

I do most of my development work using XAMPP. So I always have a MySQL server up and running.
Recently there was a requirement to develop a Windows Desktop Application in C# with the backend as MySQL. I was developing this on a networked Windows machine and had configured the connection string accordingly.
When i first ran the application BAM!!! i got this error
A little investigation and the solution is what i found below.
Read the full article…

