Hello,
I would like to know how to backup all mysql databases of all my domain accounts in the server.
I found the following command :
mysqldump.exe -uadmin -p(admin password) --all-databases
but I don't know how to use this command and which argumants I need to use in order to backup all mysql databases
I would like to know how to backup all mysql databases of all my domain accounts in the server.
I found the following command :
mysqldump.exe -uadmin -p(admin password) --all-databases
but I don't know how to use this command and which argumants I need to use in order to backup all mysql databases