const mysqlConfig = {
    user:"root",
    password:"",
    database:"",
    host:"localhost",
    port:"3306"
}
 
确认端口,如果不填默认端口是3306

相关文章: