File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ MySQLdb User's Guide
88Introduction
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
1414Installation
1515------------
You can’t perform that action at this time.
0 commit comments