Localhost phpMyAdmin connect how?

Hello, i made my own MySQL server, i got phpMyAdmin on my computer.

It’s is the map C:\webserver\Apache2\htdocs\phpMAdmin

To call it (on my pc) i need to type in (in the address bar):

http://localhost/phpMyAdmin/index.php

What do i need to paste for the server instead of


mysql_connect("sql06freemysql.net", $username,$password);

???

i tried


mysql_connect("[http://localhost/phpMyAdmin/index.php",$username,$password](http://localhost/phpMyAdmin/index.php%22,$username,$password));

but that doesn’t work, plz help me! :expressionless: