![]() |
|
|||||||
| CjOverkill General Discussion and Support CjOverkill general discussion and support. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
hi icefire,
i had to move one site to another server. script works, but i can't login into admin-panel. how can i reset the password? I'm using Version 4.1.1 Last edited by xspoof; 25th October 2008 at 07:54 PM. |
|
#2
|
|||
|
|||
|
You need phpmyadmin or any other mysql interface that will alow you to run SQL commands:
Run this SQLY query: UPDATE cjoverkill_settings SET login='admin', passwd=PASSWORD('admin'); Then login as admin // admin This login problem happens when you change MySQL major versions (from MySQL 4 to MySQL 5 for example) because of a significative change in the MySQL password handling routines. |
|
#3
|
|||
|
|||
|
Thanks.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|