Version 5.3 & legacy web & Mysql

DaveGG 3 years ago

Hi!!
I read documentation and found this
https://www.traccar.org/mysql-optimization/
https://www.traccar.org/mysql/
If I have version 5.3 installed but in legacy mode, should I write this in my traccar.xml?
<string key='database.driver'>com.mysql.cj.jdbc.Driver</string>
because now I have
<string key='database.driver'>com.mysql.jdbc.Driver</string>
they clearly tell the document https://www.traccar.org/mysql/ that it is for old versions
Regards!!

Anton Tananaev 3 years ago

Both will probably work, but you should use com.mysql.cj.jdbc.Driver for new versions of Traccar. It's irrelevant which type of the web app you're using. There's a 5.3 version of the legacy app as well.

DaveGG 3 years ago

Ok @Anton, and thank you. Is because this morning make changes to use the "manual Digital ocean VPS" and work half of the time.