View Single Post
  #11  
Old 09-30-2009, 12:30 AM
Lladail
Fire Beetle
 
Join Date: Aug 2005
Posts: 11
Default

<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>******</password>
<db>peq</db>
</database>

is what I have atm ( the * are letters but not giving that out =p )

do i do anything with the <host> ?
Reply With Quote