Has a how-to been written for Installing Traccar on Ubuntu

godfreyjh8 years ago

Good Day

I was wondering if a how-to had been wrtten for Ubuntu.

I am doing my virtual server over and would like to install Traccar on the server but then ... read the installation.

Which was two lines of instructions.....

Having a passing interest in Ubuntu I am a freebsd fan, I dont want to mess my production FreeBSD servers with an what could be an lets see if this works or not.

Decided to use my newly installed virtual server, I got as far as installing the Java runtime enviroment and then read the two lines and stopped.

Is there any one here who has got Traccar to run on Ubuntu who would not mind if I asked a few questions in my quest to get this running.

Thank you for your time.

Regards

Godfrey

Anton Tananaev8 years ago

There are two lines of instructions because it's all you need to install Traccar. That's assuming that you have java installed.

If you don't have Java, just run this command before installing Traccar:

sudo apt-get install default-jre
godfreyjh8 years ago

Thanks Anton

I was wondering if there is a admin interface to the installation.

Is there a way of seeing what accounts are active etc.

Regards

Godfrey

Anton Tananaev8 years ago

You can login as admin into the web console to manage users. Not sure if that's what you are looking for.

godfreyjh8 years ago

Thanks Anton

My set up is working brilliantly.

Worked out the admin thing, thank you.

Regards Godfrey

cuwid6 years ago

Hi @anton tanaev,
i'm little desperate right now. I'm installing Traccar on Ubuntu 16.04. The installation was successfull. Then i'm trying to use MySQL that installed on the same server. I've the config on /opt/traccar/conf/traccar.xml as following your instruction. But when i try to run traccar, it won't run.
Here's the wrapper log

WARNING|wrapper|Service traccar|18-08-07 16:21:48|YAJSW: yajsw-stable-12.12
WARNING|wrapper|Service traccar|18-08-07 16:21:48|OS   : Linux/4.4.0-116-generic/amd64
WARNING|wrapper|Service traccar|18-08-07 16:21:48|JVM  : Oracle Corporation/1.8.0_171//usr/lib/jvm/java-8-openjdk-amd64/jre/64
INFO|wrapper|Service traccar|18-08-07 16:21:48|exec:java -classpath /opt/traccar/wrapperApp.jar:/opt/traccar/tracker-server.jar:/opt/traccar/lib/log4j-1.2.17.jar:/opt/traccar/lib/joda-time-2.10.jar:/$
INFO|wrapper|Service traccar|18-08-07 16:21:48|posix_spawn pid 2035
INFO|wrapper|Service traccar|18-08-07 16:21:48|started process 2035
INFO|wrapper|Service traccar|18-08-07 16:21:48|started process with pid 2035
INFO|2035/0|Service traccar|18-08-07 16:21:50|[INFO] StandardFileSystemManager - Using "/tmp/vfs_cache" as temporary files store.
INFO|2035/0|Service traccar|18-08-07 16:21:51|SLF4J: Class path contains multiple SLF4J bindings.
INFO|2035/0|Service traccar|18-08-07 16:21:51|SLF4J: Found binding in [jar:file:/opt/traccar/lib/slf4j-simple-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
INFO|2035/0|Service traccar|18-08-07 16:21:51|SLF4J: Found binding in [jar:file:/opt/traccar/lib/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
INFO|2035/0|Service traccar|18-08-07 16:21:51|SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
INFO|2035/0|Service traccar|18-08-07 16:21:51|SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory]
INFO|2035/0|Service traccar|18-08-07 16:21:51|[main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
INFO|2035/0|Service traccar|18-08-07 16:21:56|[main] ERROR com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization.
INFO|2035/0|Service traccar|18-08-07 16:21:56|com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving$
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.Util.getInstance(Util.java:408)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2096)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2021)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:776)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:112)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:118)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:341)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:193)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:428)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:499)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:112)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:72)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at org.traccar.database.DataManager.initDatabase(DataManager.java:134)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at org.traccar.database.DataManager.<init>(DataManager.java:87)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at org.traccar.Context.init(Context.java:361)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at org.traccar.Main.main(Main.java:35)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at java.lang.reflect.Method.invoke(Method.java:498)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at org.rzo.yajsw.app.WrapperJVMMain.executeMain(WrapperJVMMain.java:60)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at org.rzo.yajsw.app.WrapperJVMMain.main(WrapperJVMMain.java:43)
INFO|2035/0|Service traccar|18-08-07 16:21:56|Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
INFO|2035/0|Service traccar|18-08-07 16:21:56|
INFO|2035/0|Service traccar|18-08-07 16:21:56|The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:990)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:342)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2188)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2037)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  ... 28 more
INFO|2035/0|Service traccar|18-08-07 16:21:56|Caused by: java.net.ConnectException: Connection refused (Connection refused)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at java.net.PlainSocketImpl.socketConnect(Native Method)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at java.net.Socket.connect(Socket.java:589)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:211)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:301)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  ... 30 more
INFO|2035/0|Service traccar|18-08-07 16:21:56|java.lang.reflect.InvocationTargetException
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at java.lang.reflect.Method.invoke(Method.java:498)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at org.rzo.yajsw.app.WrapperJVMMain.executeMain(WrapperJVMMain.java:60)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at org.rzo.yajsw.app.WrapperJVMMain.main(WrapperJVMMain.java:43)
INFO|2035/0|Service traccar|18-08-07 16:21:56|Caused by: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: Could not create connection to database server. Atte$
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.zaxxer.hikari.pool.HikariPool.throwPoolInitializationException(HikariPool.java:528)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:520)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:112)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:72)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at org.traccar.database.DataManager.initDatabase(DataManager.java:134)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at org.traccar.database.DataManager.<init>(DataManager.java:87)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at org.traccar.Context.init(Context.java:361)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at org.traccar.Main.main(Main.java:35)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  ... 6 more
INFO|2035/0|Service traccar|18-08-07 16:21:56|Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 ti$
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.Util.getInstance(Util.java:408)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2096)
INFO|2035/0|Service traccar|18-08-07 16:21:56|  at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2021)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:776)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:112)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:118)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:341)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:193)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:428)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:499)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        ... 12 more
FINEST|2035/0|Service traccar|18-08-07 16:21:56|Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
FINEST|2035/0|Service traccar|18-08-07 16:21:56|
FINEST|2035/0|Service traccar|18-08-07 16:21:56|The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:990)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:342)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2188)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2037)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        ... 28 more
FINEST|2035/0|Service traccar|18-08-07 16:21:56|Caused by: java.net.ConnectException: Connection refused (Connection refused)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at java.net.PlainSocketImpl.socketConnect(Native Method)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at java.net.Socket.connect(Socket.java:589)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:211)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:301)
FINEST|2035/0|Service traccar|18-08-07 16:21:56|        ... 30 more
INFO|wrapper|Service traccar|18-08-07 16:21:56|waitpid 2035 59136
INFO|wrapper|Service traccar|18-08-07 16:21:56|exit code posix process: 59136 application(status/signal): 231/0

Does it need remote MySQL connection? I already installed phpmyadmin on the same server and it can connect to mysql perfectlly.
Please give me an advice.

Thanks before

Anton Tananaev6 years ago

MySQL needs to listen for network connections.

cuwid6 years ago

Thanks for your feedback. My problem is solve now. I try to reinstall MySQL without securing it with 'mysql_secure_installation'. And now Traccar is running well with MySQL as database.