Hi, I'm trying to get my program to connect to my database, I've got the connection details here:
MySQL database name: a1847282_animals
MySQL user name: a1847282_adam
Password for MySQL user: passw0rd
Table name: Animals
Field 1: animalID - int size 3
Field 2: animalName - text size 20
Field 3: animalType - text size 20
My Hibernate Config File:
My Hibernate Mapping file
My Mapping Class
Here's my code to save data to the database from a List<Animal>
Now when I try and connect I get these errors: