< Browse > Home / Mysql, Php / Blog article: Export and Import MYSQL Linux commands

| Mobile | RSS

Export and Import MYSQL Linux commands

May 14th, 2009 | No Comments | Posted in Mysql, Php
naveen.malla

Export

steps:

1) mysqldump -u web_user -p databasename > sqlfilename

2) Prompts you to enter Password:

3)Enter the password then the database will be backup on given sqlfile

Import

mysqldump -u web_user -p database_name < sqlfilename

Leave a Reply 171 views, 1 so far today |

Leave a Reply

You must be logged in to post a comment.