Trying to install on OVH VPS.

rowl3y20 days ago

Hi all. I have done the step by step commands on the website
https://www.traccar.org/install-digitalocean/

but the server won't start ?

Anton Tananaev20 days ago
  1. No errors during installation?
  2. Have you checked server logs?
  3. Make sure your configuration file is a valid XML.
odhiambo20 days ago

systemctl start traccar - what error does it give?

rowl3y20 days ago

I have reinstall OS but now I keep getting this

root@vps-e3f0a0ea:~# mysql -u root --execute="ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'Traccar#093PA’; GRANT ALL ON *.* TO 'root'@'localhost' WITH GRANT OPTION; FLUSH PRIVILEGES; CREATE DATABASE traccar;"
ERROR 1064 (42000) at line 1: 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 'root'@'localhost' WITH GRANT OPTION; FLUSH PRIVILEGES; CREATE DATABASE traccar' at line 1
Anton Tananaev19 days ago

You have an invalid quotation mark there. Please be more careful and double check any changes you're making.

rowl3y19 days ago

Well, Spotted.. Thanks