my site was running really really slow, so I changed docker from using wsl to use hyper v. Now I cannot connect to my database. Using the user root and the password dev kinsta says to use.
Hey @Dan_Foley ,
Can you please test the mysql connections by doing the following:
- Open Docker and click on the three dots menu of the devkinsta_db container
- Click on Open in terminal
Once there, use this command being sure to update PASSWORD
, DATABASEPORT
and DATABASENAME
with those you see inside DevKinsta
mysql -u root -pPASSWORD -h localhost -PDATABASEPORT DATABASENAME
What does the terminal reply with?
Regards,
Alessandro