Bump version to 6.0-14
[LibreOffice.git] / connectivity / README
blob7dfc9d758937351741083417df9fb6768cb82266
1 Contains database pieces, drivers, etc.
4 === mysql_test ===
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.
8   
9 - This test does not run automatically. It can be triggered with setting
10   the environment variable "CONNECTIVITY_TEST_MYSQL_DRIVER".
11   
12 - The environment variable should contain an URL of the following format:
13   [user]/[passwd]@sdbc:mysql:mysqlc:[host]:[port]/[db_name]