Tag: phpMyAdmin
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 7 – Installing WordPress
November 30, 2024
!Series: Local Environment Apache phpMyAdmin WordPress
In this final section, we will be installing WordPress on our test-1 site. Downloading WordPress Download the WordPress files at this link. You will want to use the option for downloading and installing yourself, not one that talks about setting it up on an existing provider. WordPress download page Extract the files. Generally, there’s an […]
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