From 3771d9e71a80ee0994f4f60ed92464c9546293d5 Mon Sep 17 00:00:00 2001 From: robertsilen Date: Mon, 19 Aug 2024 12:32:09 +0300 Subject: [PATCH 1/2] add mariadb --- README.md | 5 +++-- doc/user_guide.rst | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 451ce799..f511dda7 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,15 @@ This project adds Python 3 support and fixed many bugs. **Do Not use Github Issue Tracker to ask help. OSS Maintainer is not free tech support** -When your question looks relating to Python rather than MySQL: +When your question looks relating to Python rather than MySQL/MariaDB: * Python mailing list [python-list](https://mail.python.org/mailman/listinfo/python-list) * Slack [pythondev.slack.com](https://pyslackers.com/web/slack) -Or when you have question about MySQL: +Or when you have question about MySQL/MariaDB: * [MySQL Community on Slack](https://lefred.be/mysql-community-on-slack/) +* [MariaDB's Zulip instance](https://mariadb.zulipchat.com/) ## Install diff --git a/doc/user_guide.rst b/doc/user_guide.rst index 8b057e08..ab33615c 100644 --- a/doc/user_guide.rst +++ b/doc/user_guide.rst @@ -8,8 +8,8 @@ MySQLdb User's Guide Introduction ------------ -MySQLdb is an interface to the popular MySQL -database server that provides the Python database API. +MySQLdb is an interface to the popular MySQL or MariaDB +database servers that provides the Python database API. Installation ------------ From 5e2843a8bf7e9008d1b46631f85b26700addba94 Mon Sep 17 00:00:00 2001 From: robertsilen Date: Wed, 21 Aug 2024 12:24:55 +0300 Subject: [PATCH 2/2] update URLs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f511dda7..e679b533 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ When your question looks relating to Python rather than MySQL/MariaDB: Or when you have question about MySQL/MariaDB: -* [MySQL Community on Slack](https://lefred.be/mysql-community-on-slack/) -* [MariaDB's Zulip instance](https://mariadb.zulipchat.com/) +* [MySQL Support](https://dev.mysql.com/support/) +* [Getting Help With MariaDB](https://mariadb.com/kb/en/getting-help-with-mariadb/) ## Install