CodeSmith 如何连接MySql数据库

CodeSmith 4.1.4

  * Fixed a content encoding issue in the CodeSmith Studio start page.
  * Fixed a bug in the SQL schema provider that was preventing some default parameter values from being parsed.
  * Fixed MySQL schema provider to use any version of the MySQL binaries.
  * Various bug fixes.

Download Here(说明:下载地址是链向CodeSmith官方站点,需要注册才可以下载~
根据CodeSmith官方站点对于v4.1.4版本的更新描叙可以得知,已经解决了MySql数据库的连接问题,
于是直奔CodeSmith官方站点下载了最新版本,卸载了早先v4.1.2版本,然后安装。
从安装目录X:XX\MySQL\MySQL Connector Net 5.1.4\Binaries\.NET 2.0里拷贝MySql.Data.dll
复制到X:XX\CodeSmith\v4.1\SchemaProviders目录下。
打开CodeSmith,连接MySql数据库,成功!
说明:MySql.Data.dll是从MySql.com下载下来的,由此下载

原文地址:https://www.cnblogs.com/TomToDo/p/1195393.html