Mysql
 sql >> Cơ Sở Dữ Liệu >  >> RDS >> Mysql

Di chuyển cơ sở dữ liệu mysql từ máy chủ này sang máy chủ khác

Nếu trang web của bạn không phải là một trang đang hoạt động và thời gian ngừng hoạt động không phải là vấn đề, bạn có thể thử cách dưới đây

#step1: take a dump of your db
>mysqldump –-user root –-password=myrootpassword db_test > db_test.sql

#step2: zip the .sql file - this is optional
>gzip db_test.sql

#step3: transfer the file to AWS using .pem file
>scp -i myAmazonKey.pem db_test.sql.gz [email protected]<ur_ip_address>:~/.

#step4: login to your AWS instance 

#step5: unzip the file
>gunzip db_test.sql.gz

#step6: import the db to your AWS mysql instance
>mysql -u username -p password db_name < db_test.sql 


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. MySql tự động dừng

  2. Làm thế nào để bạn sử dụng mệnh đề MySql IN

  3. Mysql giải nén mảng trong Php

  4. Thông báo khi ai đó tải video lên

  5. Triển khai ứng dụng mysql qt