Quote Originally Posted by wolflupo View Post
error: An appropriate representation of the requested resource /admin/sqlpatch.php could not be found on this server.
That's a block happening by your hosting company's mod_security rules which block many commonly "forbidden" words from being submitted on a web page. SQL commands can sometimes get caught with those filters if they're really tight.
Talk to your host to relax them, or try uploading the script using the Browse button instead of copy/paste.
Or use phpMyAdmin instead.