mysqlPromise.configure( {
        host: config.dbserver,
        user: config.dblogin,
        password: config.dbpwd,
        database: config.db,