you are in: codestackercodes [RSS]mysql dump

mysql dump Delicious Email

import/export a database via terminal

show/hide lines
   1  Export
   2  mysqldump -u username -p -h mysqlhostname databasename > databasedump.sql
   3  
   4  Import
   5  mysql -u username -p -h mysqlhostname databasename < databasedump.sql
created by leozera — 17 October 2008 — get a short url — tags: mysql embed

Comments



We dont send spam :)

If checked, it's highlights your comment
simple_captcha.jpg
Are you a human? Type the code from the image