MYSQL中的备份恢复手段是怎样的1.冷备份停库,备份# which mysqladmin# mysqladmin -uroot -pOracle123 shutdown# ps -ef|grep mysql进入数据文件所在位置进行物理cp或者scp2.热备份2.1 mysqldump备份它的