I created a login page and then enter a user name and password after that i found this error for usename and password. using a hostname "localhost" username is "Adminer". what should i do?
Asked
Active
Viewed 209 times
0
-
1check if connection to db is working? – user3127648 May 19 '17 at 20:04
-
Check your credentials. If you're using local server your credentials are most likely `root` `root` for both user and password, or password can be empty (most likely on Windows). Adminer is most likely user created for actual Adminer application itself – Vuk Stanković May 19 '17 at 20:05
-
Check your credentials. The error message translates to: "incorrect password, no such user, or user 'Adminer' is not allowed to connect from the hostname 'localhost'" – rickdenhaan May 19 '17 at 20:05