Common WordPress installation problems on Ubuntu 18.10.1 and their solutions

Solution:

You need to install the MySQL PHP extension. Run the following commands:

sudo apt-get update
sudo apt-get install php7.0-mysql

After installation, restart Apache:

sudo systemctl restart apache2