While establishing the connection to a MySQL database, I\'m getting the following error
java.sql.SQLException: Unknown initial character set index \'255\' receiv
Adding the following to your connection string should work:
jdbc:mysql://localhost/yourDB?characterEncoding=latin1;