Difference between revisions of "Mor user password change HOW-TO"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 5: | Line 5: | ||
[[Image:Sql.jpg]] | [[Image:Sql.jpg]] | ||
Enter fallowing code SET password=password("YourNewPasswordGoesHere"); into newly appeared window and press Go. | Enter fallowing code SET password=password("'''YourNewPasswordGoesHere'''"); into newly appeared window and press Go. | ||
Example: If I want change my password to 12345 I will enter: SET password=password("12345"); | Example: If I want change my password to 12345 I will enter: SET password=password("12345"); |
Revision as of 11:10, 22 October 2008
Login to http://your.mor.server.or.ip.address.where.mor.is.installed/phpmyadmin/ using default userpass (use mor as a login and mor as a password).
Then press Query Window
Enter fallowing code SET password=password("YourNewPasswordGoesHere"); into newly appeared window and press Go.
Example: If I want change my password to 12345 I will enter: SET password=password("12345");