What is database migration in mysql?



What is database migration in mysql?..

Answer / Santoh Kumar

Database migration in MySQL refers to the process of moving data and schema from one MySQL instance (source) to another (destination), typically for reasons such as upgrading, scaling, or changing hosting providers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is the current root password of mysql?

1 Answers  


How to get a version of mysql?

1 Answers  


How to get the current date in mysql?

1 Answers  


What is 'mysqld'?

1 Answers  


Can mysql function return a table?

1 Answers  


What is the use of indexing table?

2 Answers  


What is pragma serially_reusable and why is it used?

1 Answers  


How do I get a list of table names in mysql?

1 Answers  


What is definer in mysql?

1 Answers  


i made a table whih contain a column "Photo" with image data type and i want to insert the byte of a picture present in my hardisk using insert statement in that colum... so what will be my insert statement?

1 Answers  


What is mysql primary key?

1 Answers  


How to dump one database for backup.

1 Answers  


Categories