Run the MySQL Unit Tests
 
 
 

Do the following in a terminal window:

  1. cd /home/OpenSource/Providers/GenericRdbms/Src/UnitTest
  2. cp 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