Answers for "mysqldump: got error: 1045: access denied for user"

0

mysqldump: got error: 1045: access denied for user

This worked for me

mysqldump -u root -p mydbscheme > mydbscheme_dump.sql
after issuing the command it asks for a password:

Enter password:
entering the password will make the dump file
Posted by: Guest on March-16-2021

Code answers related to "mysqldump: got error: 1045: access denied for user"

Browse Popular Code Answers by Language