export const mysqlConfig = { host: "localhost", port: 3306, database: "qqbot", user: "root", password: "root" }