using MySql.Data.MySqlClient;
Ive followed this guide to install the reference. How do I add a reference to the MySQL connector for .NET?. When the reference is added, all errors go away, but when I try to run it, I get this error: "The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference)"
As you can see from the screencap, the reference shows up under 'references'.