diff --git a/manifests/init.pp b/manifests/init.pp
index e0c0d8a5c3b44a5bd00453ca33f317b8fcc1260f..1f7af8c08e459808d3308667431c4246793948c1 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -131,7 +131,8 @@ class skadereg {
     },
     override_options => {
       mysqld => {
-        port => 33060
+        'bind-address' => '0.0.0.0',
+        port           => 33060,
       }
     }
   }