Jump to content

isitpossible

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by isitpossible

  1. Hi, I will appreciate any help possible. Details: mysavings.heliohost.org Currently getting error: Failed to find or load the registered .Net Framework Data Provider 'MySql.Data.MySqlClient'. Trying to connect to MySQL from asp.net: Web.config - <configuration> <connectionStrings> <remove name="LocalMySqlServer"/> <add name="MySQLConnectionString" connectionString="Datasource=johnny.heliohost.org;Database=mysaving_401Kmembers; uid=mysaving_admin;pwd=******;" providerName="MySql.Data.MySqlClient"/> </connectionStrings> <system.web> <customErrors mode="Off"/> </system.web> </configuration> If I run the website locally then it is able to connect to MySQL and show records from database table. Am I missing something!!! Thanks in advance for help.
  2. Any help is greatly appreciated... I am trying to connect to mysql remotely via odbc driver. When I try to make the connection via ODBC driver I am getting below error: Sorry guys, issue resolved. All I needed to do was change "stevie" to "johnny" and it worked....
×
×
  • Create New...