MYSQLDUMP - ACCESS DENIED

Viewed 16

I'm having trouble backing up the database. I'm using the terminal (CMD) to perform the backup, with the following command line as a test:

location where the file is: C:\wamp64\bin\mysql\mysql8.0.27\bin

command: mysqldump -uUserName -pPasswordAccess database_name > C:\exported_file.sql

When running the above command, it returns: "access denied". "Username" has all the permissions and privileges I can imagine.

0 Answers
Related