Skip to content

Commit 9e01c44

Browse files
Merge pull request #161 from datajoint/docs/mysql-version-and-mariadb-removal
docs: drop MariaDB, pin MySQL minimum to 8.0.13
2 parents dd4a4ca + bf52430 commit 9e01c44

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/how-to/define-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ parameters : json # JSON data (core type, no brackets)
176176

177177
## Native Database Types
178178

179-
You can also use native MySQL/MariaDB types directly when needed:
179+
You can also use native database types directly when needed:
180180

181181
```python
182182
definition = """

src/how-to/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ See [Configure Database Connection](configure-database.md) for connection setup.
7878
## Requirements
7979

8080
- Python 3.10+
81-
- MySQL 8.0+ or MariaDB 10.6+
81+
- MySQL 8.0.13+ or PostgreSQL 15+
8282
- Network access to database server
8383

8484
## Troubleshooting

src/reference/specs/database-backends.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DataJoint supports multiple database backends through a unified adapter architec
99

1010
| Backend | Minimum Version | Default Port | Status |
1111
|---------|-----------------|--------------|--------|
12-
| MySQL | 8.0 | 3306 | Production |
12+
| MySQL | 8.0.13 | 3306 | Production |
1313
| PostgreSQL | 15 | 5432 | Production |
1414

1515
## Configuration

0 commit comments

Comments
 (0)