This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:faq:how_to_reset_admin_password [2014/07/26 14:50] solo |
en:faq:how_to_reset_admin_password [2017/12/12 03:05] (current) |
||
|---|---|---|---|
| Line 34: | Line 34: | ||
| mysql> | mysql> | ||
| + | </code> | ||
| + | |||
| + | then you can update your new password with the following command | ||
| + | <code> | ||
| + | mysql> update cc10_accounts set password=md5('newpassword') where username='admin'; | ||
| + | Query OK, 0 rows affected (0.00 sec) | ||
| + | Rows matched: 1 Changed: 0 Warnings: 0 | ||
| </code> | </code> | ||