Updated dialect value for MySQL for local db. Previous value of hibernate
dialect wasn't working. This maybe due to the implementation of dialect in
MySQL5Dialect/MySQLDialect which might be old and hence the Result
table
wasn't getting created.
Updated JDBC driver to com.mysql.cj.jdbc.Driver
since com.mysql.jdbc.Driver
is deprecated and given warning at runtime.