springboot one MySQL shutdown

以下为症状

情况:我有三个数据库名分别为 1 2 3。
写了个run.bat
run.bat内容中database name=1 的时候,执行run,总是以shutdown结尾。
但是其余内容不变,我将1无论改为2,还是3都能正常执行。并可以后续访问我的网站。即spring可以继续运行读取数据。
我创建数据库名为4,将数据库1的数据与结构转储至4,将run.bat中database name=4,执行run还是会以shutdown结尾。是我的数据库有什么问题么?springboot关联某一数据库启动后总是自己shutdown

相关文章:

  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2022-01-12
  • 2021-05-26
  • 2021-07-07
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-16
  • 2021-06-10
  • 2021-08-05
  • 2021-09-26
  • 2021-12-25
  • 2022-12-23
  • 2022-01-10
相关资源
相似解决方案