There is no documentation about using phpMinAdmin. I have put it on my host. And then i connect to www.host.com/phpminadmin.php and it asks me for Server/User/Password? What these should be?
In host management panel i have create new DB host_test and a user host_test assigned to that database. There are also Hosts part in DB management. And it has localhost host already.
So what should i put in these fields if this is possible to use phpMinAdmin in my situation?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is no documentation about using phpMinAdmin. I have put it on my host. And then i connect to www.host.com/phpminadmin.php and it asks me for Server/User/Password? What these should be?
In host management panel i have create new DB host_test and a user host_test assigned to that database. There are also Hosts part in DB management. And it has localhost host already.
So what should i put in these fields if this is possible to use phpMinAdmin in my situation?
They are the credentials to MySQL server which you want to connect to. You have to fill:
Server: localhost
User: host_test
Password: your password
thanks, that worked out