How do I transfer data from one database to another in mysql?



How do I transfer data from one database to another in mysql?..

Answer / Yadul Rani

To transfer data from one MySQL database to another, you can use the mysqldump and mysql commands. You can also use tools like HeidiSQL or phpMyAdmin for a graphical interface.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is clob datatype?

1 Answers  


What is the function of myisamchk?

1 Answers  


Can we rollback truncate in mysql?

1 Answers  


How do I start mysql client?

1 Answers  


What is blob and clob?

1 Answers  


What is text in mysql?

1 Answers  


How do you know the version of your mysql server?

1 Answers  


how we will Show selected records sorted in an ascending (asc) or descending (desc).

1 Answers  


What does innodb stand for?

1 Answers  


How does mysql store data?

1 Answers  


How to present a past time in hours, minutes and seconds?

1 Answers  


What is the difference between myisam dynamic and myisam static in mysql?

1 Answers  


Categories