diff --git a/Mögliche-Fehler.md b/Mögliche-Fehler.md new file mode 100644 index 0000000..ca6129d --- /dev/null +++ b/Mögliche-Fehler.md @@ -0,0 +1,5 @@ +# cannot load plugin: MySQL +Hierfür muss das Python MySQL-Plugin installiert werden. Dies tut man mit +``` +sudo apt-get install python-mysql.connector +``` \ No newline at end of file