Hello.
Is it possible to create a PHP script that would forward everything from one MySQL database to another database (in another host)?
I mean when I already have my website running in x host, I'd want to create a script that would every day automatically forward data to y host or upload SQL dump file to y host.
I'm only interested in doing that with 1 simple table that is built fairly simple. It consists of daily error reports.
Any hints or examples of how to build this kind of script are appreciated!
Thank you.
