I'm looking for simple php script used to backup MySql database tables. Here are the requirements: The script should read three URL parameters: - srcDB (source database) - srcTable (source table) - destDB (destination database) - destTable (destination table) The script will then use the parameters to determine the source and destination. The source will be from the local mysql database however, the destination will be a remote mysql database. Please post on the thread if you can do this along with a quoted price. No PMs please. I will then contact you if your price is within my budget. Thanks!
Hola, Are you just wanting to send the DB to a remote mysql database? Or would you like the option to dump to a file? Or both? Can do this within the next couple of hours for $40.
I don't want to send the entire DB to the remote database. The script will read from the url parameter which database and which table from that database is to be backed up. The script will then "ideally" dump this file to a temp directory and then connect to the remote database and dump it to the destination database/table. Also, note that the destination database/table will already exist, so it should just overwrite the destination table (i.e. drop and insert). I am willing to pay a maximum of $30 for this. Let me know if you are still interested and/or if you require further clarification. Thanks.