File tree 2 files changed +6
-5
lines changed
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.
11
11
12
12
** Do Not use Github Issue Tracker to ask help. OSS Maintainer is not free tech support**
13
13
14
- When your question looks relating to Python rather than MySQL:
14
+ When your question looks relating to Python rather than MySQL/MariaDB :
15
15
16
16
* Python mailing list [ python-list] ( https://mail.python.org/mailman/listinfo/python-list )
17
17
* Slack [ pythondev.slack.com] ( https://pyslackers.com/web/slack )
18
18
19
- Or when you have question about MySQL:
19
+ Or when you have question about MySQL/MariaDB :
20
20
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/ )
22
23
23
24
24
25
## Install
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ MySQLdb User's Guide
8
8
Introduction
9
9
------------
10
10
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.
13
13
14
14
Installation
15
15
------------
You can’t perform that action at this time.
0 commit comments