I'm just starting with MySQL. I created a database and a table, then found an example script to use with the table, however I don't know what to put for the host?

PHP Code:
mysql_connect(???, root);