下载安装包MySQL Installer 下载地址1:http://dev.mysql.com/downloads/windows/installer/ 说明:官网当前版本 5.6.22:虽然只有32位的安装包,但是根据官网的描述说明,安装包应该同时支持windows32位和windows64位系统: Note: MySQL Installer is 32 bit, but will install both 32 bit and 64 bit binaries 下载地址2:http://pan…
1,问题的起源 某次编辑一个asp文件,其中访问mysql数据库的连接字符串如下: "driver={mysql odbc 3.51 driver};server=localhost;uid=root;pwd=sa;database=server;Stmt=Set Names 'GBK'" 在运行时. Microsoft OLE DB Provider for ODBC Drivers '80004005' [Microsoft][ODBC 驱动程序管理器] 未发现数据源名称并且未指定…