That would allow me to run a script which could dump the database as SQL, then upload it to the server and run it against the database there - poor man's DB replication
After all, every website should expose an interface that allows anybody in the world to execute arbitrary SQL against the database
Usually you have to use SQL injection, but in this case you'd be able to just post anything you wanted to http://www.nickfitz.co.uk/database/ and have it run
After all, every website should expose an interface that allows anybody in the world to execute arbitrary SQL against the database
Usually you have to use SQL injection, but in this case you'd be able to just post anything you wanted to http://www.nickfitz.co.uk/database/ and have it run
Comment