Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress Modern WordPress Workflow The Staging Server Migrating from Local to Staging

2 Answers

Jesse Petersen
STAFF
Jesse Petersen
Treehouse Guest Teacher

http://dba.stackexchange.com/questions/27553/mysqldump-error-cant-create-write-to-file It is like I said on Twitter, it's a permissions issue, in this case probably an ownership permission. I'd bet that was a long-ago created folder by some app with a different owner than the system making the dump.

http://forums.mysql.com/read.php?35,172714,173076#msg-173076

For WordMove (or any product issue) product support is the way to go... or some creative Googling (like removing the file path from your searches). https://www.google.com/search?q=mysqldump%3A+Can%27t+create%2Fwrite+to+file++%28Errcode%3A+2%29&ie=utf-8&oe=utf-8

Jesse Petersen
STAFF
Jesse Petersen
Treehouse Guest Teacher

You do realize you posted your WP keys to the kingdom on a highly searchable site? Never post your db credentials in an error log on the Internet. If you use that password for anything else anywhere, you'd best change it everywhere now.