[Solved] init datasource error, URL: JDBC: mysql://localhost:3306/book (error initializing database)

Error message:

init datasource error, url: jdbc: mysql://localhost:3306/book (error initializing database)

Cause: pay attention to the parameter information when connecting to the database to ensure that it is correct. This error occurs when the Oracle database is replaced with MySQL. Only the connection information is modified and the port is forgotten. This low-level error occurs

Similar Posts: