Forum Moderators: open
Is there a php or asp, or sql script around that will allow me to backup my tables, data, procs, and views?
I'd like to be able to get a copy of this db on my laptop for development purposes.
...I really hate this webhost...
Thanks,
Gibbs.
A little more info would help. Do you have root access? shared or dedicated?
Really, a hosting account that doesn't provide you with the means to backup a database either through the CP or the command line is not good. There's no reason why backing up a database should be disabled in MyLittleAdmin - I'd ask your host to enable it.
If you can open an interactive SQL prompt, the BACKUP DATABASE command can probably be used as well.