Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

nazar1987's avatar

mysqldump is not recognized

i try use laravel package to backup database when try backup this error appear use Artisa::call 'mysqldump' is not recognized as an internal or external command, operable program or batch file. i user windows and add mysql path in windows environment and when run the command in cmd work correctly

0 likes
1 reply
Nihir's avatar

Please add C:\xampp\mysql\bin to this path at your user variables and system variables if you are using a wamp server, add C:\wamp64\bin\mysql\mysql8.0.27\bin this path at your user and system variables.

Note: MySQL version path will change as per your installation

Please or to participate in this conversation.