how to export databse from database-myadmin,with downloading

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kalyani.atukuri
Forum Newbie
Posts: 2
Joined: Thu Sep 10, 2009 11:47 pm

how to export databse from database-myadmin,with downloading

Post by kalyani.atukuri »

how to export databse from database-myadmin,with downloading option,please help me.
User avatar
dude81
Forum Regular
Posts: 509
Joined: Mon Aug 29, 2005 6:26 am
Location: Pearls City

Re: how to export databse from database-myadmin,with downloading

Post by dude81 »

Do you mean phpmyadmin? or is there a new thing called myadmin?
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: how to export databse from database-myadmin,with downloading

Post by alex.barylski »

PMA is bad for screwing up exported (especially imported) dump files because if your server times out the file dump stops and your stuck with partial data.

http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html

Faster and more reliable :)
Last edited by pickle on Fri Sep 11, 2009 5:26 pm, edited 1 time in total.
Reason: Fixed spelling mistake (bas == bad)
Post Reply