1 Contains database pieces, drivers, etc.
6 - The CppunitTest_mysql_test unit test can be used to test the mysqlc
7 library with any versions of mysql or mariadb server of your choice.
9 - This test does not run automatically. It can be triggered with setting
10 the environment variable "CONNECTIVITY_TEST_MYSQL_DRIVER".
12 - The environment variable should contain a URL of the following format:
13 [user]/[passwd]@sdbc:mysql:mysqlc:[host]:[port]/[db_name]