Ewa Szyszka
Ewa Szyszka

Reputation: 69

How to reset password for Sequel Pro?

It is unclear for me how to reset the password to access the Sequel Pro. Those are my settings:

How to reset password/ solve this set up of Sequel Pro issue?

Upvotes: 0

Views: 2232

Answers (1)

Chris Davila
Chris Davila

Reputation: 75

Log in with your information above as usual.

Click on "Query".

Run the following query:

SET PASSWORD = PASSWORD('yournewpassword'); 

Exit and log in with your info above and "yournewpassword".

Upvotes: 2

Related Questions