Hi,
I've just installed Dolphin, but I can't log in as admin. Username and password are correct.
I've tried to reset the password using this command:
TRUNCATE TABLE `Admins`;
INSERT INTO `Admins` VALUES ( 'admin', md5('dolphin'));
I found it in the forum, but I get the following error message:
#1146 - Table 'db40389x553409.Admins' doesn't exist.
There might be an easy solution to this, but I don't know much about databases, php, files,.... So, haven't got a clue where to look for errors.
What do I have to do? Thanks for any help.