Category: Mysql (Page 1 of 5)

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 […]

How to perform Live Search of WordPress posts using PHP

Last updated on March 1st, 2022 at 11:10 amAjax PHP Live Search is very popular now a days. In this tutorial we are searching wordpress post live using Ajax. This will in turn help user to search for a keyword with ease rather than typing it on a text box, hitting the search button and […]

« Older posts