Skip to content

Commit

Permalink
[docs] Clarify name of MySQL package with client library
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Sep 25, 2017
1 parent a358514 commit 82867ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/backends/mysql.md
Expand Up @@ -6,7 +6,8 @@ SOCI backend for accessing MySQL database.

### Supported Versions

The SOCI MySQL backend should in principle work with every version of MySQL 5.x. Some of the features (transactions, stored functions) are not available when MySQL server doesn't support them.
The SOCI MySQL backend should in principle work with every version of MySQL 5.x.
Some of the features (transactions, stored functions) are not available when MySQL server doesn't support them.

### Tested Platforms

Expand All @@ -18,7 +19,7 @@ The SOCI MySQL backend should in principle work with every version of MySQL 5.x.

### Required Client Libraries

The SOCI MySQL backend requires MySQL's `libmysqlclient` client library.
The SOCI MySQL backend requires MySQL's `libmysqlclient` client library from the [MySQL Connector/C](https://dev.mysql.com/downloads/connector/c/).

Note that the SOCI library itself depends also on `libdl`, so the minimum set of libraries needed to compile a basic client program is:

Expand Down

0 comments on commit 82867ce

Please sign in to comment.