There are no errors. Everything is working as expected.
when entering localhost: 8082, it remains in a "loading" state, it does not reach the logeo table.
and when entering the sql, I see that I do not create any table
Well, according to the log, everything is working. If you don't see table, it probably means that Traccar connects to some different database. As for web app, you need to check browser console for errors.
my cfg
<entry key='database.driver'>com.mysql.jdbc.Driver</entry>
<entry key='database.url'>jdbc:mysql://localhost:3306/base1?useSSL=false&allowMultiQueries=true&autoReconnect=true&useUnicode=yes&characterEncoding=UTF-8&sessionVariables=sql_mode=''
</entry>
<entry key='database.user'>root</entry>
<entry key='database.password'>************</entry>
Good is a new installation, with the sql server on the same machine and the only database created .. with the H2 database works correctly ..
2018-12-19 14:03:19 INFO: HikariPool-1 - Starting...
2018-12-19 14:03:20 INFO: HikariPool-1 - Start completed.
2018-12-19 14:03:21 INFO: Clearing database change log checksums
...
2018-12-19 14:03:28 INFO: Foreign key constraint added to tc_user_notification (userid)
2018-12-19 14:03:28 INFO: ALTER TABLE PUBLIC.tc_user_user ADD CONSTRAINT fk_user_user_userid FOREIGN KEY (userid) REFERENCES PUBLIC.tc_users (id) ON DELETE CASCADE
2018-12-19 14:03:28 INFO: Foreign key constraint added to tc_user_user (userid)
2018-12-19 14:03:28 INFO: INSERT INTO PUBLIC.tc_servers (registration, latitude, longitude, zoom) VALUES (TRUE, 0, 0, 0)
2018-12-19 14:03:28 INFO: New row inserted into tc_servers
Download to test the connection to the database and connect everything ok.
By how the log starts traccar connects to the database can be? Can not create the tables or block them?
I don't understand your questions. As far as I can tell from your log, everything is working correctly.
Can these errors be the reason? sorry but I have been fighting with the mysql for days
Those are not errors. That's expected output.
As everything is OK, but you can not create the tables in base1, in the only base to which you connect. and the test that connects well.
Console error, that is the browser sample when trying to access the web
Good morning and thank you very much.
Install the traccar server and it works well with the h2 database.
I install Mysql 5.7 I think the database, and apparently it connects, but it gives error in the creation of tables, I attach the records.
Sorry, I do not know what the syntax is like to show everything in a box