Online Forum To Support Coders With Technical Assistance - Read Write Execute

How to export mysql database from command in windows

Ankit Agrawal
Ankit Agrawal
Published on June 3, 2015 · 1 min read

(1)got to your bin directory from command prompt
cd C:xamppmysqlbin

(2)Now use following command
mysqldump -u username -p yourdbname > mysqlfilename.sql

Was this article helpful?
Ankit Agrawal

Ankit Agrawal

Author & Senior Engineer at CodeExecute

Writing practical engineering guides, debugging real-world bottlenecks, and creating free tools for developer productivity.

← Previous Article How to enable registration in wordpress ? Next Article → show alert box before leaving webpage