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

相关文章:

  • 2022-01-21
  • 2021-12-18
  • 2022-12-23
  • 2021-10-06
  • 2021-10-01
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-27
  • 2022-12-23
  • 2021-11-05
  • 2022-12-23
  • 2021-08-03
相关资源
相似解决方案