Hello,
What I want to do is to backup a mysql database, but before doing so, I want to read the old version and read the new version of the database with php. and show to the administrator of my application what are the changes.
So the question is: how can I make a backup of the database so that php can read it.
Thank you.
What I want to do is to backup a mysql database, but before doing so, I want to read the old version and read the new version of the database with php. and show to the administrator of my application what are the changes.
So the question is: how can I make a backup of the database so that php can read it.
Thank you.