My SQL Password Change,,,,, reset administrator moodle Password

My SQL Password Change,,,,, reset administrator moodle Password

by Hussam Rashid -
Number of replies: 1

hi all

How can i change my sql password???

How can i reset my moodle adminstrator password???

plz Urgent

Average of ratings: -
In reply to Hussam Rashid

回复: My SQL Password Change,,,,, reset administrator moodle Password

by yee lau -

Change sql sa password by using command prompt

Open a command prompt (Start -> Run -> cmd)

Type the follow commands, and press Enter after each line.

Osql –S yourservername –E

1> EXEC sp_password NULL, ’yourpassword’, ’sa’

2> GO

The yourservername is the name of your server, yourpassword is the new sql sa password.

Other ways to reset sa password.