unknown database in jdbc

前端 未结 7 1724
有刺的猬
有刺的猬 2021-01-26 00:59

I am using JDBC and new to it. but I keep getting this runtime exception:

   connecting to psysical database...
   com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErr         


        
7条回答
  •  耶瑟儿~
    2021-01-26 01:29

    please check in mysql database whether the database name 'kholofedb' is existed or not

    i think you haven't created

    please check it once if no create it and its related tables also

提交回复
热议问题