Skip to content

Commit 03d5f44

Browse files
committed
add doc for mysql library
1 parent 22f0bc2 commit 03d5f44

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ibis-server/docs/development.md

+7
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,10 @@ If you encounter this error, you can add the `TrustServerCertificate` parameter
9292
}
9393
}
9494
```
95+
96+
### No driver for MySQL Server
97+
98+
If you want run tests related to MySQL Server or connect to MySQL through Wren Engine, you need to install the MySQL client libraries (e.g. `libmysqlclient`) by yourself.
99+
- For linux, you can install `libmysqlclient-dev`. By the way, there are some different names for different linux versions. You should take care about it.
100+
- For Mac, you can install `mysql-connector-c`
101+
- For Windows, you can dowanload [the libraries](https://dev.mysql.com/downloads/c-api)

0 commit comments

Comments
 (0)