Skip to content Skip to sidebar Skip to footer
Showing posts with the label Mariadb

Django.db.utils.operationalerror: (1045, Access Denied For User ''@'localhost'

I can't get my Django project to load my database correctly. It throws this error. I'm run… Read more Django.db.utils.operationalerror: (1045, Access Denied For User ''@'localhost'

Python Mariadb Pip Install Failed, Missing Mariadb_config

I am using Linux Ubuntu 18.04 and python 3. I am trying to build a connection between a maria-db an… Read more Python Mariadb Pip Install Failed, Missing Mariadb_config

Difficulty Connecting Python3 To A MariaDB - Take 1

See related question at: Difficulty connecting python3 to a mariadb - take2 I have Python2.7 and py… Read more Difficulty Connecting Python3 To A MariaDB - Take 1