DEV Community

Discussion on: php artisan migrate

 
highcenburg profile image
Vicente G. Reyes

Thanks

Thread Thread
 
elkalash profile image
Nahael Mele

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'new_password'

Did this worked for you ?

Thread Thread
 
victormreyes profile image
victor-m-reyes

Hi Nahael,

It worked for me!, thanks a lot.