79584935

Date: 2025-04-21 16:19:27
Score: 0.5
Natty:
Report link

For me, the answer was in the error:

Unable to create a ConnectionFactory for 'ConnectionFactoryOptions{options={database=boot, host=localhost, createDatabaseIfNotExist=true, driver=mysql, useUnicode=true, password=REDACTED, useJDBCCompliantTimezoneShift=true, useLegacyDatetimeCode=false, port=3306, user=root}}'.
Available drivers: [ mariadb, pool ]

Its was looking for a mariadb DRIVER(NOT mysql). I merely had to change the url to point to the mariadb driver.

I would suggest when seeing this error to go back over your config and see what you missed.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Orubel