hi,
i finally learned how to install mysql and phpmyadmin
but now i need to find out the ip adress for the specific datebese
i can login IP/phpMyAdmin
but i need an ip adress instead of "IP/phpMyAdmin"
can you please help me?
$dbH = "ip";
$dbU = "user";
$dbP = "password";
$dbD = "database";