Posts

Showing posts with the label MySQL

Explain MySQL resources Allocation and also explain file system security.

Image

Describe Replication Architecture

Image
Replication is a set technology  for copying and distributing the data and database objects from one database to another database and synchronizing between database to maintain consistency. it is possible to create an identical copy of you primary database or synchronize changes between multiple database and maintain data consistency and integrity. Article: an article is the basic unit of SQL server. these include table, views and stored procedures, and user define function publication: a publication is logical collection of the article that exits on publisher.  distributor: a publisher is a SQL server instance that has publication which contain the article to be published to subscribers. distributor: distributor collects the article from the publisher. and delivers them to subscribers. subscriber: a subscriber subscribes to one or more publication, it will receive each article in publication. subscription: a request for copy a publication that ...

Explain Replication Types in MySQL

Image

Explain information Schema and performance schema.

Image

What are the MySQL Back-up type explain.

Image
My Hand written notes.

What are the MySQL Admin Commands?

Image

Explain Basic MySQL Queries.

Image
Explain Basic MySQL Queries.

Describe MySQL Server Client Architecture With suitable diagram.

Image

Explain Types of join with suitable Example.

Image