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.
mysqldump -u root -p database > databasefile.sql
Easy.
These notes document the trouble resolution of various items pertaining to Linux or it's applications. This blog also notes alternative open source applications and how they work.
Comments
Post a Comment