PDA

View Full Version : Cant login to admin


furio
4th May 2008, 17:13
Hi. Im VERY fresh to linux.
Just installed mydnsconfig on my fedora 8 server with the help of http://www.howtoforge.org/installing-mydns-mydnsconfig-fedora8.
However when i try to login to admin admin i get Error:
The username and/or password are not correct!1

Guess its also worth mentioning that i f**ked up a little.
As i copyed and pasted
CREATE DATABASE mydns;
GRANT SELECT, INSERT, UPDATE, DELETE ON mydns.* TO 'mydns'@'localhost' IDENTIFIED BY 'mydnspassword';
GRANT SELECT, INSERT, UPDATE, DELETE ON mydns.* TO 'mydns'@'localhost.localdomain' IDENTIFIED BY 'mydnspassword';
FLUSH PRIVILEGES;
quit;
I found out that i had forgotten to change the password, so instead of dealing with it by looking at how to change the password i just typed the same line again with the password i wished...

HUH :confused:

thanks

falko
5th May 2008, 19:20
Please open /usr/share/mydnsconfig/lib/config.inc.php and put in the MySQL password that you initially used in the GRANT commands.