I am new to MySQL and want to know the info whether taking a cold backup from source and copying it onto new server with same version require any additional configurations settings to be changed.
As I have gone through few of the tutorials, none of the config changes are required.
Steps I am following
- Shutting down source server
- copying the backup (
/var/lib/mysql). - importing backup to new server (
/var/lib/mysql). - Start the new server.
Thanks in advance