I'm trying to load data to my MySQL database from a text file through Java. So far I have the following code. When I run this it successfully reads the data from the file and prints it out but then it gives this error and no data is added to the database:I'm trying to load data to my MySQL database fr