I've installed wamp and it's provide default adminer to access database. I've accessed phpmyadmin with root username and password is empty. But this credentials not login with adminer!
I've created new user with all preveliges! Anyway, i've fixed it. I have also one query. What if i want to connect to other port with other hostname? It provides to enter hostname but what i need to do enter specific port number which may not include 3306 port?
Last edit: Hiren 2018-11-24
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've installed wamp and it's provide default adminer to access database. I've accessed phpmyadmin with root username and password is empty. But this credentials not login with adminer!
Anyone know what the issue is in it?
Adminer doesn't support password-less database access. https://www.adminer.org/en/password/
I've created new user with all preveliges! Anyway, i've fixed it. I have also one query. What if i want to connect to other port with other hostname? It provides to enter hostname but what i need to do enter specific port number which may not include 3306 port?
Last edit: Hiren 2018-11-24
There's a hint in the title of the server input field:
hostname:port.Ohh, sorry. I didn't checked the hint :)
Thank you very much !!