mySQL 5.5

Dian9 years ago

Hi i have this problem with new version 3.1 on start traccar

Running traccar...
wrapper  | --> Wrapper Started as Console
wrapper  | Java Service Wrapper Community Edition 64-bit 3.5.26
wrapper  |   Copyright (C) 1999-2014 Tanuki Software, Ltd. All Rights Reserved.
wrapper  |     http://wrapper.tanukisoftware.com
wrapper  | 
wrapper  | Launching a JVM...
jvm 1    | WrapperManager: Initializing...
...
jvm 1    | WrapperSimpleApp: 
jvm 1    | WrapperSimpleApp Error: Encountered an error running main:
jvm 1    | WrapperSimpleApp Error: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"user" (
jvm 1    | WrapperSimpleApp Error:         id INT PRIMARY KEY AUTO_INCREMENT,
jvm 1    | WrapperSimpleApp Error:         name VARCHAR(128) NO' at line 1
Dian9 years ago

You could check this ? I think that there are errors of functions.

Anton Tananaev9 years ago

You need to enable ANSI QUOTES mode in your MySQL database. See following page for more info:

https://www.traccar.org/mysql/