MySQL Backup
-
I know this is WordPress forum but I have a MySQL question if you do not mind.
I need to take a backup of a database. I can only do this via the MySQL Command Line client installed with MySQL.
When I issues the command:
mysqldump -u root -ppassword bcp > bcp.sql
It does nothing, i.e. no dumpfile is created.Am I doing something wrong?
Thanks,
The topic ‘MySQL Backup’ is closed to new replies.