My ubuntu machine has mySql v5.6
+-------------------------+
| version() |
+-------------------------+
| 5.6.27-0ubuntu0.14.04.1 |
+-------------------------+
I'm using lazarus v1.4.4 fpc 2.6.4
If I try and connect to mySQL database using TMySQL56Connection I get error:
"TMySQL56Connection can not work with the installed MySQL client version: Expected (5.6), got (5.5.46)."
Wiki page
http://wiki.freepascal.org/SQLdb_Package does say I need to install
"Make sure you have the relevant database client/driver installed. "
But I don't know what that means, I did some searching a found info on this but it looked outdated, and involved copying files for my lib directories e.g. here
http://wiki.freepascal.org/mysql#SQLDBIs there a straightforward way of doing this that I have missed please?