I\'m moving servers, and I have a major problem. I want to back up the database that I\'m currently using, but have no direct access to it since it\'s remotely hosted.
I can administrate it and such through a web-based frontend, but I can\'t figure out how to make a dump file for it.
Right now I\'ve used <A HREF=\"http://phpbuilder.com/snippet/detail.php?type=snippet&id=135\">PHPdbView</A> to grab all of the data from my database, but I\'ve got 500+ stories, and no time to enter each one manually on my new server.
Are there any scripts like PHPdbView that will grab all of the data, and put in dump file format? I\'d do it myself, but I\'m still a pretty rank newbie. Any help would be greatly appreciated. Thanks in advance.