


To name from the command line a specific option file containing the password, use the -defaults-file=file_name option, where file_name is the full path name to the file. To import: mysql -u db_user -p db_name chmod 600. To export: mysqldump -u db_user -pDB_PASSWORD db_name > /path/to/save/backup_file.sql (Or use cmd command type on Windows, or open it with a text editor). If you can, and can GET that file, you can grab it and cat it out. This will open a command window in the path you are already in, so C:\wamp\bin\mysql\MYSQL_VERSION\binĮnter any of the MySQL commands you like with any of the executables you find in that folder. If you have complete and total ftp access to the system, and can browse to even something like C:WindowsSystem32, you could see if you can find a file called: C:WindowsSystem32version.dll. Connect and share knowledge within a single location that is structured and easy to search. Hit shift + right-click in that folder and select "Open command window here" from the menu that pops up. Stack Overflow for Teams Collaborate and share knowledge with a private group.

Go to folder C:\wamp\bin\mysql\MYSQL_VERSION\bin
