bump product version to 6.3.0.0.beta1
[LibreOffice.git] / connectivity / README
bloba1abf07160ff09a023e9acb32aaf3e2077f58b5f
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 a URL of the following format:
13   [user]/[passwd]@sdbc:mysql:mysqlc:[host]:[port]/[db_name]