Sketch
10-17-2002, 08:33 PM
how would you do a mysql backup to another server over ssh?
This is what I tried and I lost the mysql connection:
mysqldump -A -h11.111.111.111 -P22 -uroot -p > testingadump.sql;
It did not work.
Any clues?
Aaron
This is what I tried and I lost the mysql connection:
mysqldump -A -h11.111.111.111 -P22 -uroot -p > testingadump.sql;
It did not work.
Any clues?
Aaron
