genesisweb / valet-linux-plus

Advanced local development experience for Linux.
MIT License
148 stars 26 forks source link

Failed to connect to MySQL #52

Closed stoneC0der closed 2 years ago

stoneC0der commented 2 years ago

Hi, I unable to install valet with mysql 5.7 already install, I might want to remove and install along with valet-linux but can't this be solved,

Looks like MySQL already installed to your system, please enter MySQL [root] user password to connect MySQL with us:

is where I am stuck, I can successfully log into mysql with:

mysql -h 127.0.0.1 -P 3306 -u root -p

so mysql itself work perfectly

phyrasaur commented 2 years ago

I had a different problem but similar. You can change valet db:password to override the old one. The default password is root saved here

uttamrabadiya commented 2 years ago

@stoneC0der @phyrasaur

We apolgoize for the delayed response, we have start upgrading this project again, we will post new release soon to fix MySQL connection and Ngrok support.

phyrasaur commented 2 years ago

@uttamrabadiya Well the code is kinda easy to understand. I just changed the internals myself.😆

uttamrabadiya commented 2 years ago

Great, thank you :)

stoneC0der commented 2 years ago

I had to another valet-linux untill now, I will give another go thanks @phyrasaur @uttamrabadiya

uttamrabadiya commented 2 years ago

@stoneC0der glad to hear that, please feel free to reach out if you have any trouble.