Manoj Kumar Maurya

Manoj Kumar Maurya

Programmer

What is FTP Client

In simple words, In the case of creating a Website, this means that if you create the pages for your site on your computer, either using a text editor or some other Web page editor, then you will need to…

What is Virtual Box

VirtualBox is a free, open source, cross-platform application for creating, managing and running virtual machines (VMs) – computers whose hardware components are emulated by the host computer, the computer that runs the program. VirtualBox can run on Windows, Mac OS…

How to Sell on Flipkart

Do you want to sell on Flipkart? Dont worry it’s not a tough job. Selling on Flipkart.com is easy and absolutely free. As you know Flipkart marketplace is India’s one of the largest platform for selling online. If you are…

MySQL Commands For Database Administration

In this article we’ve compiled some very useful ‘mysqladmin’ commands that are used by system/database administrators in their day-to-day work. You must have MySQL server installed on your system to perform these tasks. How to change MySQL root password: If…

MySQL Database Commands

Today i am going to show you MySQL commands for performing database opertaions. There are few points which we need to keep in mind: All MySQL commands end with a semicolon ; if the phrase does not end with a…

MySQL Storage Engines

Storage engines are MySQL components that handle the SQL operations for different table types. InnoDB is the default and most general-purpose storage engine, and Oracle recommends using it for tables except for specialized use cases. (The CREATE TABLE statement in…

MySQL Interview Questions Part 2

After writing interview questions for beginers, i am going to write some interview questions for experienced guys. Here i am picking up some questions which generally asked in interviews:   1- What is REPLCAE statement, and how do I use it?…