copy a very huge file from 1 location to other location. In my case I wanted to copy a very big DB from Cloud (amazon) to my production side.
the CL :
nohup mysql -uroot -pyourpassworddatabase --default-character-set=utf8 < a.sql > dump.log 2 > error.log &
Showing posts with label Cloud. Show all posts
Showing posts with label Cloud. Show all posts
Sunday, October 30, 2011
Tuesday, April 19, 2011
This is for me.
copy mysql db to cloud
- dump your db
- mv to www server
- go to amazon aws server
- run this
sudo scp username@www.mediu.edu.my: ./
wait untuil it finish
- dump your db
- mv to www server
- go to amazon aws server
- run this
sudo scp username@www.mediu.edu.my:
wait untuil it finish
Subscribe to:
Posts (Atom)