What are the two databases mysql and postgres used for?

I just started to study this project and I came across a mystery what are the two databases mysql and postgres used for? Data database files contain the same tables and fields and I don’t understand why two identical databases are needed.

MySQL and Postgres are alternatives, you only need one database. Each of them have their pros and cons.