Printable View
Can anyone give me the step by step explanation for connecting asp.net with MYSQL ?
First and foremost you need to download the .NET Connector for MySQL, which you can get from here. This is a small sample that will help you in understanding how to connect to a MYSQL Database.
Thanks a lot:D