Installation Problem

I keep getting a problem in trying to install the software, and get the following warning.

:Can't connect to MySQL server on 'www.gspiro.com' (111)"

My db.ini file is as follows, minus the password

[database]
host = "www.gspiro.com"
username = "gspiro_gspiro"
password = "xxxxxxxxx"
name = "gspiro_CLC"
prefix = "omeka_"
;port = ""

Have you tried using "localhost" in the host field.

That worked, thanks!