0% found this document useful (0 votes)
6 views1 page

Gps Steps Traccar 4x MySQL DB With Screenshots-4

Uploaded by

fadwa JDIA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Gps Steps Traccar 4x MySQL DB With Screenshots-4

Uploaded by

fadwa JDIA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

STEP8: Reboot server

==========================

sudo reboot

STEP9: Acess the traccar web interface using

============================================

http://youripaddress:8082

(use the same address above, including port number when configuring traccar manager in mobile
device)

To access the MySQL database and view the tables:

*********************************************

Issue the following commands:

mysql -u traccarusr -p

Enter password: traccarpass

mysql> use traccardb;

mysql> show tables;

[ will show the list of tables inside traccardb]

You might also like