How to mysql with visual studio2013

Can anyone help me how to connect mysql database with visual studio 2013. when i try to add via reference MySql.dll missing, then what should i do now?

Have you installed the “MySQL for Visual Studio” package?

http://www.mysql.com/why-mysql/windows/visualstudio/

This guide is for VS 2010, but the setup process should be somewhat similar for VS 2013:

http://www.itcsolutions.eu/2010/09/09/how-to-connect-to-mysql-database-from-visual-studio-vs2010-problems-with-net-connectors/

Really useful information, and it’s working now. thanks friend.