I have forgotten my root mysql password. However, it is stored in MysqlWorkbench.
How do I get my forgotten MySQL password from MySQL Workbench on macOS?
Asked Answered
Does this work? macworld.com/article/2854475/… –
Mccormack
There are many ways to change this password, specially since the server is localhost. You can actually reset it without even knowing the previous one. Recovering it however will be complicated... –
Surbeck
On macOS keywords are stored in the keychain. Hence you can open up the Keychain app, go to the Password section and enter mysql
in the search box. A list of entries should come up with values of your MySQL connections you created in MySQL Workbench. Get the password from the entry you need (you have to enter your login password to see it).
On macOS Sierra 10.12.6, the name of the app is "Keychain Access" –
Protist
Great. You have saved my day! –
Bordy
© 2022 - 2024 — McMap. All rights reserved.