Mysql database

Sysfo4 years ago

Hi, I followed the steps to replace H2 database to Mysql. But nothing happens, I created the database but when i run the code no table are implemented. Any idea why ?

<entry key='database.driver'>com.mysql.jdbc.Driver</entry>
<entry key='database.url'>jdbc:mysql://localhost:3306/traccar?serverTimezone=UTC&amp;useSSL=false&amp;allowMultiQueries=true&amp;autoReconnect=true&amp;useUnicode=yes&amp;characterEncoding=UTF-8&amp;sessionVariables=sql_mode=''</entry>
<entry key='database.user'>root</entry>
<entry key='database.password'>root</entry>
Anton Tananaev4 years ago

Check logs.

Sysfo4 years ago

ok thanks, i found the solution i forgot to change the code in the debug.xml file.