Hey folks,
Got an urgent problem I could use some help with.
We are hosted with fasthosts and they have altered the servers so now I need a connection string to MySQL database that does not use ODBC.
I have tried the following:
Conn.Open "Provider=MySQLProv;Location=< server ip >;Data Source=< db name >;User Id=< db user >;Password=< password >;"
Conn.open "Driver={mySQL};Server=< server ip >;Option=131072;Stmt=;Database=< db name >;User=< db user >;Password=< password >;"
Both of these return a 500 error on the login page that worked fine until the changeover.
The database has not moved or been altered in any way.
Am I missing something or is there anything else I could try?
Any help would be truly appreciated.
Thanks,
Jason
Got an urgent problem I could use some help with.
We are hosted with fasthosts and they have altered the servers so now I need a connection string to MySQL database that does not use ODBC.
I have tried the following:
Conn.Open "Provider=MySQLProv;Location=< server ip >;Data Source=< db name >;User Id=< db user >;Password=< password >;"
Conn.open "Driver={mySQL};Server=< server ip >;Option=131072;Stmt=;Database=< db name >;User=< db user >;Password=< password >;"
Both of these return a 500 error on the login page that worked fine until the changeover.
The database has not moved or been altered in any way.
Am I missing something or is there anything else I could try?
Any help would be truly appreciated.
Thanks,
Jason