In a python script that has been working, I now get on the following statement, the following error, and my script does not continue. Have you upgraded MySQL/MariaDB??
db = mysql.connect(host='localhost', user='sleckie', password='xxyyzz, database='xyz')
TypeError: "'database' is an invalid keyword argument for this function"