Stiganator
Platinum Member
Ok I'm trying to change the admin password for my wiki, but it won't run the query and I don't know why.
Database wikidb
table wiki_user
Query
---------
use wikidb;
update wiki_user set user_password=md5(concat('1-',md5('password'))) where user_id=1;
------
It doesn't work though, what am I doing wrong
Database wikidb
table wiki_user
Query
---------
use wikidb;
update wiki_user set user_password=md5(concat('1-',md5('password'))) where user_id=1;
------
It doesn't work though, what am I doing wrong