Skip to content
Snippets Groups Projects
Verified Commit 1626fcef authored by Timm Fitschen's avatar Timm Fitschen
Browse files

MAINT: deprecate MySQL support.

parent f30fab13
No related branches found
No related tags found
2 merge requests!20BUG: Broken FIND {id},!11DRAFT: file system cleanup
Pipeline #42482 passed with warnings
This commit is part of merge request !20. Comments created here will be created in the context of that merge request.
...@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated ### ### Deprecated ###
* MySQL Support. Last version which is known to work well with LinkAhead is MySQL 5.6
### Removed ### ### Removed ###
### Fixed ### ### Fixed ###
......
# Setup of the CaosDB SQL back end # Setup of the CaosDB SQL back end
## Dependencies ## Dependencies
* `MariaDB Client 10.1`, `MySQL Client 5.5`, or later versions. In the case of
MySQL, version 5.6 is recommended. * `MariaDB Client 10.1` or later, `MySQL Client >=5.5, <=5.6`.
- make * make
## Create the configuration ## Create the configuration
* Create an empty `.config` file. For the default values and the meaning of * Create an empty `.config` file. For the default values and the meaning of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment