MySQL won't connect on Centos 7

Anton Tananaev7 years ago

OK, so you never restarted your service. You should stop it first before starting. Executing start command when it's already running doesn't do anything.

shawn8087 years ago

how should go about this ? should I do this
sudo /opt/traccar/bin/uninstallDaemon.sh

and
later: sudo /opt/traccar/bin/startDaemon.sh

?
what is the way to restart traccar?

Anton Tananaev7 years ago
  1. sudo /opt/traccar/bin/stopDaemon.sh
  2. sudo /opt/traccar/bin/startDaemon.sh
shawn8087 years ago

it actually worked! Bol'shoye spasibo)