Home > front end >  Windows2012r2 asp mysql connection
Windows2012r2 asp mysql connection

Time:10-04

Connstr2="DRIVER={MySQL ODBC DRIVER 5.1}; SERVER=localhost; The Database=test; Uid=root; The PWD=123; Stmt=set GBK names; OPTION 3="

Permissions are set everyone including disk C,
Mysql 5.1 drivers are installed, or tip

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft] [ODBC driver manager] did not find the data source name and did not specify a default driver

Conn. Asp, line 20

CodePudding user response:

Use Windows's own first ODBC data source to make a database connection test to see, if not, check the mysql ODBC driver and database version is not matching,

CodePudding user response:

http://www.ttasp.net/article/2/10/201801/545.html
Under reference
  •  Tags:  
  • ASP
  • Related