Tag: SQL
Series Index: Local Environment
November 30, 2024
!Series: Local Environment Apache MariaDB OpenSSL PHP phpMyAdmin SQL WordPress
In this learn-along tutorial series, we will be setting up a local development environment from scratch on a Windows 11 machine, using Apache as our HTTP server. We will also use this development environment to run different experiments: Setting up a site running PHP 8 and a site running PHP 7 on the same server […]
Posted In: Tutorials
Part 5 – Adding and Managing a Database
November 2, 2024
!Series: Local Environment MariaDB PHP phpMyAdmin SQL
In this section, we’ll be adding a database to our websites, along with a way to manage those databases. We will be using MariaDB as our database and phpMyAdmin as our database manager. Downloading MariaDB MariaDB is an open-source relational database. We’ll be using the free version, MariaDB Community. Go to the downloads page at […]
Posted In: Tutorials