Run the MySQL Unit Tests
 
 
 

Do the following in a cmd.exe window:

  1. cd C:\OpenSource\Providers\GenericRdbms\Src\UnitTest
  2. copy /A MySqlInit.txt MySqlInitEx.txt
  3. NoteThe contents of this file is “provider=MySql;service=mysqlserver;username=root;password=xxxx;clean=true;”
  4. Edit MySqlInitEx.txt. Replace “service=mysqlserver” with “service=<hostname>” where <hostname> is the symbolic name of the IP address of the machine hosting the MySql server. Replace “password=xxxx” with “password=<rootPassword>”.
  5. Dbg\UnitTestMySql.exe initfiletest=MySqlInitEx.txt