PHP Classes

File: src/config.ini

Recommend this page to a friend!
  Classes of Hillary Kollan   Chatto PHP Websocket Chat System   src/config.ini   Download  
File: src/config.ini
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Chatto PHP Websocket Chat System
Websocket based chat system using Ratchet library
Author: By
Last change:
Date: 3 years ago
Size: 446 bytes
 

Contents

Class file image Download
; Add database username, password and other details ; Set permission chmod 644 for this config file ; Avoid placing it under your document root [database_settings] ; set database host ; usually localhost or an IP address host = "localhost" ;specify a port. Default is 3306 port="3306" ;set database username username = "root" ;username = "root" ; set database password password = "" ;password = "" ; set name of database db_name = "headlines"