jeff1evesque / raspberry-pi

Raspberry Pi connects ZigBee wireless devices to an apache server.
6 stars 1 forks source link

Documentation: Update 'Linux Packages' Subsection #42

Closed jeff1evesque closed 9 years ago

jeff1evesque commented 9 years ago

We will update the following from the Linux Packages subsection:

...
# Python MySQL Driver:
sudo apt-get install python-mysqldb
...

to the following:

...
# Python MariaDB / MySQL Connector:
sudo apt-get install python-mysqldb

**Note:** all MySQL connectors work [unchanged](https://mariadb.com/kb/en/mariadb/faq/mariadb-vs-mysql-compatibility/) in MariaDB. Therefore, the python-mysqldb connector can be used for MariaDB.
...