If you have a query that “How to reduce memory usage of MySQL Ubuntu Server” then don’t worry! In just 5 simple steps, you will be able to reduce your Mysql memory usage significantly. Step 1: Open file: /etc/mysql/mysql.conf.d/mysqld.cnf Step 2: Find [mysqld] and just under it, write: performance_schema = 0 Step 3: Restart Mysql ..
Archives : January-2023
In this PHP jQuery Ajax Form Submit Example tutorial, we will be using a real-life example of Seat Booking of a bus, theatre, etc to understand how to process form data using Ajax without loading the page. This step-by-step tutorial will help you to develop a fully functional module for any movie ticket booking or ..
Introduction – Install Apache PHP MySQL on Ubuntu 22.04 “LAMP” stack is a very popular word nowadays and it just means – Linux (Ubuntu comes under this), Apache, MySQL, and PHP. All of these are open-source software and are installed together in order to enable a web server to host PHP-based web applications and dynamic ..