Installing and configuring the fastest possible WordPress stack on Ubuntu 16.04

This article presumes you have a fresh Ubuntu 16.04 server and you can log into it. I recommend using SSH keys if you can, but that doesn’t affect this article. Install PerconaDB Run the following commands to install PerconaDB: wget https://repo.percona.com/apt/percona-release_0.1-4.<span class=”k”>$(</span>lsb_release -sc<span class=”k”>)</span>_all.debdpkg -i percona-release_0.1-4.$(lsb_release -sc)_all.debapt-get updateapt-get upgradeapt-get install percona-server-server-5.7 -q -y Note: The […]