I would like to use mysqldump. If I go into cmd (I am using Windows) it says 'mysqldump' is not recognized....
If I type in php mysqldump it says Could not open input file: mysqldump
I checked the documentation and it shows this line:
shell> mysqldump [options] db_name [tbl_name ...]
So, I guess my question now is what is "shell" and how do I enter "shell"?
If I type in php mysqldump it says Could not open input file: mysqldump
I checked the documentation and it shows this line:
shell> mysqldump [options] db_name [tbl_name ...]
So, I guess my question now is what is "shell" and how do I enter "shell"?