DEV Community

Discussion on: php artisan migrate

Collapse
 
highcenburg profile image
Vicente G. Reyes

On my MAMP's preferences, MySQL is using 5.7.25.

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