Error Connection to System DSN

Hi guys, I am creating a report right now using CR.Net and created a system DSN. Through CR, I choose my DSN and proceed with entering the user ID and password but unfornately, I got this error. “Database Connection Error: HY000:[MySQL][ODBC 5.1 Driver] Can’t Connect to MySQL Server on 127.0.0.1 (10061)”

As per the error message, there is no mysql server running at your computer. If you do not have mysql management software then simple try to run this command

telnet 127.0.0.1 3306
If it says could not connect then your computer does not have mysql service running.