Skip to content

Commit a958c5f

Browse files
authored
add MariaDB to README and doc (#720)
1 parent 423e45e commit a958c5f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ This project adds Python 3 support and fixed many bugs.
1111

1212
**Do Not use Github Issue Tracker to ask help. OSS Maintainer is not free tech support**
1313

14-
When your question looks relating to Python rather than MySQL:
14+
When your question looks relating to Python rather than MySQL/MariaDB:
1515

1616
* Python mailing list [python-list](https://mail.python.org/mailman/listinfo/python-list)
1717
* Slack [pythondev.slack.com](https://pyslackers.com/web/slack)
1818

19-
Or when you have question about MySQL:
19+
Or when you have question about MySQL/MariaDB:
2020

21-
* [MySQL Community on Slack](https://lefred.be/mysql-community-on-slack/)
21+
* [MySQL Support](https://dev.mysql.com/support/)
22+
* [Getting Help With MariaDB](https://mariadb.com/kb/en/getting-help-with-mariadb/)
2223

2324

2425
## Install

doc/user_guide.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ MySQLdb User's Guide
88
Introduction
99
------------
1010

11-
MySQLdb is an interface to the popular MySQL
12-
database server that provides the Python database API.
11+
MySQLdb is an interface to the popular MySQL or MariaDB
12+
database servers that provides the Python database API.
1313

1414
Installation
1515
------------

0 commit comments

Comments
 (0)