genesisweb / valet-linux-plus

Advanced local development experience for Linux.
MIT License
143 stars 23 forks source link

Setting password for root user failed. #47

Closed zainulhasan closed 2 years ago

zainulhasan commented 3 years ago

Unable to set DB password. Have tried my solution provided on the internet but still not working.

I am popos latest version

dvmunjapara commented 3 years ago

Can you tell me the error you are getting while setting the password?

zainulhasan commented 3 years ago

Can you tell me the error you are getting while setting the password?

When I do fresh install. and valet install MySQL its it shows Setting password for root user failed this error

dvmunjapara commented 3 years ago

Can you run follwoing commands

sudo mysql
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';