I install zabbix on ubuntu 20 I do everything according to the instructions from the page, when I want to connect in the browser, I get this message
Ad Widget
Collapse
problem with installation 5.0LTS
Collapse
X
-
Looking at the error message, the initial data is not registered in the database named zabbix. Execute the following SQL to see if you can get the value from the dbversion table.
ex.
If you do not get the search results, it is possible that you have registered the initial data in a database with a different name. Or, I think that the registration of the initial data itself has failed.Code:$ mysql -uzabbix -p zabbix Enter password: mysql> select * from dbversion; +-----------+----------+ | mandatory | optional | +-----------+----------+ | 5000000 | 5000002 | +-----------+----------+ 1 row in set (0.00 sec) mysql>
Comment
Comment