It’s very easy to install MySQL on the Ubuntu server by using the below commands sudo apt update sudo apt install mysql-server sudo mysql_secure_installation For details follow the below steps 1st Step First, of all run the command sudo apt…
Month: September 2020
Parallel ajax request using Jquery
Let us assume we need to hit a lot of URLs to append data to a page this so to reduce the time we need to make these requests simultaneous. The below code contains an array of JSON values these…