how to export databse from database-myadmin,with downloading
Moderator: General Moderators
-
kalyani.atukuri
- Forum Newbie
- Posts: 2
- Joined: Thu Sep 10, 2009 11:47 pm
how to export databse from database-myadmin,with downloading
how to export databse from database-myadmin,with downloading option,please help me.
Re: how to export databse from database-myadmin,with downloading
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
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
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)
Reason: Fixed spelling mistake (bas == bad)