php - Zabbix: Unable to determine "dbversion"

I need your assistance, experience with zabbix and knowledge:
I configured everything like the Avantistech website says. Everything works fine until I try to continue setting up the zabbix server in the web UI. It says"Unable to determine current Zabbix database version: the table "dbversion" was not found."
Can you help me with that? That would be great!
I've attached a screenshot of the error message.
Answer
Solution:
It seems that the database exists and the password is correct, otherwise you should get different error messages.
Probably something went wrong on "Import initial schema and data":
$ sudo zcat /usr/share/doc/zabbix-server-mysql*/create.sql.gz | mysql -u userzabbix -p zabbixdb
Enter password:
You should retry the command and watch out for issues or error messages.
Share solution ↓
Additional Information:
Link To Answer People are also looking for solutions of the problem: using $this when not in object context
Didn't find the answer?
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Similar questions
Find the answer in similar questions on our website.
Write quick answer
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.