..
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#	modified:   mediadb.py
#
diff --git a/mediadb.py b/mediadb.py
index a85c75c..9a03911 100644
--- a/mediadb.py
+++ b/mediadb.py
@@ -76,7 +76,7 @@ class DB (BasePlugin):
 
     def init(self):
         engine = create_engine(
-            'mysql+mysqlconnector://%s:%s@localhost'
+            'mysql://%s:%s@localhost'
             % (self.DB_USER, self.DB_PASSWORD),
             echo=False,
             convert_unicode=False,
