diff --git a/src/freedombone-app-ghost b/src/freedombone-app-ghost
index dc53a7ffde217318eee5e6178675dac15f55529b..d78310f831cf7eefa4d2a093702ce3d0cf9a8951 100755
--- a/src/freedombone-app-ghost
+++ b/src/freedombone-app-ghost
@@ -350,12 +350,12 @@ function ghost_create_config {
     echo '            }' >> $ghost_config
     echo '        },' >> $ghost_config
     echo '        database: {' >> $ghost_config
-    echo "            client: 'mariadb'," >> $ghost_config
+    echo "            client: 'mysql'," >> $ghost_config
     echo '            connection: {' >> $ghost_config
     echo "                host     : '127.0.0.1'," >> $ghost_config
     echo "                user     : 'root'," >> $ghost_config
     echo "                password : '${MARIADB_PASSWORD}'," >> $ghost_config
-    echo "                db       : 'ghost'," >> $ghost_config
+    echo "                database : 'ghost'," >> $ghost_config
     echo "                charset  : 'utf8'" >> $ghost_config
     echo '            }' >> $ghost_config
     echo '        },' >> $ghost_config