I run an Ubuntu server at work for internal purposes and updated my PHP version to 8.1. That broke PHPMyAdmin (because it was quite outdated) so I had to update it. And the process was fairly simple. Continue reading to learn how I did it.
Read the rest »
Every once in a while when working on a multitude websites, the need arises to allow one site to access the database of another site. This sounds like a daunting task but in reality it is not as hard as you may think.