vitalidze / traccar-web

Traccar Web UI mod
http://traccar.litvak.su/
152 stars 145 forks source link

Mysql connection on Digital Ocean droplet #1189

Closed tha-ninja closed 6 years ago

tha-ninja commented 6 years ago
<entry key='database.driver'>com.mysql.jdbc.Driver</entry>
<entry key='database.url'>jdbc:mysql://localhost:3306/delta_tracker?allowMultiQueries=true&autoReconnect=true</entry>
<entry key='database.user'>ninja</entry>
<entry key='database.password'>password</entry>

Thats my config script in traccar.xml but on starting the service it doesnt create the tables.

tha-ninja commented 6 years ago

my droplet runs Ubuntu 16.04.3 x64

vitalidze commented 6 years ago

I think you should check log files for error messages. Also, this project is about web UI. How your request is related with UI?

tha-ninja commented 6 years ago

i had installed traccar with the default H2 Database....but i figured out how to connect.