MySQL Server

Introduction To MySQL Server MySQL based is based on client/server architecture which means that application programs communicate with the database server (MySQL). Anyone can save changes, query data, and many more. It is scalable because it supports multi-threading. MySQL can handle any amount of … [Read more...] about MySQL Server

AWS Commands

Introduction To AWS Commands AWS commands are the CLI commands which are used in the Amazon web service command-line interface to perform certain operations. With CLI commands one can manage the amazon services to configure and control it. One can write a script to automate certain operations to … [Read more...] about AWS Commands