---
myst:
html_meta:
description: Install and configure MySQL and PostgreSQL database servers on Ubuntu Server with these step-by-step guides.
---
(how-to-databases)=
# Databases
Ubuntu provides two popular database servers: MySQL and PostgreSQL. Both are popular choices with similar feature sets, and both are equally supported in Ubuntu.
These guides show you how to install and configure them.
```{toctree}
:titlesonly:
MySQL
PostgreSQL
```
## See also
* Explanation: {ref}`introduction-to-databases`