I have MySQL setup on my local machine. When I try to connect to the DB server I see the following behavior and am wondering why (and does it matter)?
tDBConnection configured with "DB Version: Mysql 5"
Exception in component tDBConnection_1 (asdf) com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
If I change "DB Version: " value to MariaDB it is connected successfully.