0 Members and 1 Guest are viewing this topic.
do you know the username and password to the mysql server?if u do you could runmysql -h [ip] -u [username] -p [password]then in console SELECT ('code') INTO OUTFILE "[PATH]";or some variant of that. you can also check out http://websec.wordpress.com/2007/11/17/mysql-into-outfile/