Export MySQL database install script from Webmatrix Export MySQL database install script from Webmatrix wordpress wordpress

Export MySQL database install script from Webmatrix


just open the command line and execute the mysqldump command

mysqldump -u username -ppassword databasename > dumpfile.sql

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