You will need the MYSQL root password to run this. mysqldump -u root -p –all-databases > /bsackup/all_dbs.sql This code will drop it off in your /backup partition.
making Linux a little easier
You will need the MYSQL root password to run this. mysqldump -u root -p –all-databases > /bsackup/all_dbs.sql This code will drop it off in your /backup partition.