DEV Community

Discussion on: php artisan migrate

Collapse
 
herivgs profile image
herivgs

did you tried the second one?

Modify the encryptation of the user's password with:
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'new_password'

Thread Thread
 
highcenburg profile image
Vicente G. Reyes

Yup.

zsh: command not found: ALTER