I have two MySQL databases called LIVE and REPORTS on the same server.
I want to copy the LIVE database and all its contents into the REPORTS database everyday at a specific time frame between 1 am and 5 am.
How could I do this manually and automatically?