Mysql connection Error
mubarak shaikh <[email protected]> Tue, 21 Dec 2010 12:18:52 +0530
| Newsgroups | gmane.comp.db.mysql.odbc |
|---|---|
| Message-ID | <[email protected]> |
*I have Using MySQL PHP Admin Client 5.2*following is my Connection
String(Using Visual Studio 2005)
Server Error in '/' Application.
------------------------------
*ERROR [HY000] [MySQL][ODBC 3.51 Driver]Unknown MySQL server host '
https://174.133.216.21:8443/' (11004)
ERROR [HY000] [MySQL][ODBC 3.51 Driver]Unknown MySQL server host '
https://174.133.216.21:8443/' (11004)**Description: *An unhandled exception
occurred during the execution of the current web request. Please review the
stack trace for more information about the error and where it originated in
the code.
*Exception Details: *System.Data.Odbc.OdbcException: ERROR [HY000]
[MySQL][ODBC 3.51 Driver]Unknown MySQL server host '
https://174.133.216.21:8443/' (11004)
ERROR [HY000] [MySQL][ODBC 3.51 Driver]Unknown MySQL server host '
https://174.133.216.21:8443/' (11004)
*Source Error:*
Line 23: protected void Button1_Click(object sender, EventArgs e)
Line 24: {
Line 25: mySqlConnection.Open();
Line 26: String Date = System.DateTime.Today.ToShortDateString();
Line 27: OdbcCommand anb = new OdbcCommand();
Please Give me Reply