database

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    database

    ;------------------------------------------------------------------------------------------;
    ; Database Settings ;
    ;------------------------------------------------------------------------------------------;

    [database]
    type = mysql
    host = ""
    socket =
    port =
    username = ""
    password = ""
    name = ""

    [reportingdatabase]
    useseparatereportingdatabase = false
    type = mysql
    host =
    socket =
    port =
    username =
    password =
    name =

    What to fill in socket and in port and host?
    HUNT

    #2
    socket and port you could try to leave empty,

    host usually should be "localhost" or ip address of your server
    Advertise your mobile site for FREE with AdTwirl

    Comment


      #3
      [client]
      port=3306
      socket=/var/mysql/mysql.sock

      [mysqld]
      port=3306
      socket=/var/mysql/mysql.sock
      Mobile chat, iphone chat, android chat, chat, rooms http://www.aiochat.com

      Comment

      Working...
      X