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 trialHamish McKay
Courses Plus Student 9,133 Pointssh:mysqldump: command not found on local with wordmove
I am getting a mysqldump error on local
sh: mysqldump: command not found i am using desktopserver as local development. Any ideas? Thanks
2 Answers
Hamish McKay
Courses Plus Student 9,133 PointsThanks andy I'll look through the thread, but this worked for me adding it into the terminal before pushing.
export PATH=$PATH:/Applications/XAMPP/xamppfiles/bin
David Scanu
20,160 PointsThanks Andy, the link you posted helped me a lot. Wordmove has to find the mysqldump command.
Andy Beer
11,804 PointsAndy Beer
11,804 PointsI tried this - https://github.com/welaika/wordmove/issues/126 - worked for me.