Tag: Mysql (Page 1 of 5)

How to install Apache, MySQL, PHP (LAMP) stack on Ubuntu 24.04

Last updated on September 5th, 2024 at 10:32 amAs you are aware a LAMP stack means the server has Linux as Operating System and installed with Apache Web Server, MySQL Database and PHP for processing dynamic content. We can easily set these services up and running on an Ubuntu 24.04 Noble Numbat LTS and start […]

How to install MySQL 8.0 on Red Hat Linux 8

Last updated on January 29th, 2025 at 01:22 pmIn this post, we will explore the process of installing MySQL 8.0 on Red Hat Linux 8 (RHEL 8). To successfully install MySQL, it is necessary to enable the AppStream from RHUI repository. For detailed instructions on how to enable the repository and proceed with the installation, […]

How to build user registration system with PHP MySQL

Last updated on August 27th, 2024 at 09:09 amUser registration can be found in almost all website. But how a developer creates one? We are using password hash in this tutorial. Thousands of methods to do it but here I am going to share a simple approach of having a user registration feature added to […]

How to setup Master Slave Replication in MySQL

Last updated on January 11th, 2023 at 12:59 pmIn a typical MySQL Master Slave environment replication data stored in the master database will get automatically replicated to slave. This tutorial will help you configure a MySQL Master Slave replication with ease. Let us take 2 MySQL servers as an example. I have also added some […]

« Older posts