Report this

What is the reason for this report?

Database Dump

Posted on April 10, 2014

I’m trying to dump my SQL datbase, and I keep getting the following error:

mysqldump: Got error: 1045: Access denied for user ‘root’@‘localhost’ (using password: YES) when trying to connect

I’m using the following command to do this: root@applewildschool:~# mysqldump -u root -p applewild > applewild.sql

What am I doing wrong?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

remove the space between -p applewild and try again.

Thanks for your response! It looks like it may have worked. <br> <br>But how will I know if the file is correct?

i am still getting the similar error even after removing the space after -p

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.