Export MySQL Database

This is not executed from with in the MySQL interface use bash and authenticate with -u -p

mysqldump -u root -p database > databasefile.sql

Easy.

Comments

Popular Posts