Topic: Cannot create backup

Hi there,

I cannot create a backup anymore, using the DB Management tool. I receive a message saying "[...]/admin_loader.php?plugin=AP_DB_management.php is not currently available".

How can I solve this?

Thanks,
//N

Re: Cannot create backup

Anyone?

Re: Cannot create backup

reupload the plugin. or go into the phpmyadmin and do a backup from there..

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: Cannot create backup

If you have shell access, `mysqldump db_name > file` is far more efficient than using phpmyadmin

Re: Cannot create backup

OK, thanks. I logged in to MySQL and exported to SQL (with default options). So, if I ever need to restore the forum, I log in to MySQL again, and upload the SQL file to there somewhere? (my knowledge in this is unfortunately limited)