Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Clone Table

mysqladmin create test1 -h 192.168.0.156 -u root -p654321 && mysqldump --lock-ta


bles=false -h 192.168.0.156 -u root -p654321 test | mysql -h 192.168.0.156 -u ro
ot -p654321 test1

You might also like