PHP Classes

File: connection.ini

Recommend this page to a friend!
  Classes of Samuel Adeshina   Database Manager   connection.ini   Download  
File: connection.ini
Role: Auxiliary data
Content type: text/plain
Description: This ini file holds the details of which database to connect to and the necessary parameters
Class: Database Manager
Connect and query several databases using PDO
Author: By
Last change: Maintenance
Fixed some security loop holes in connection.ini
Fixed bug
Date: 8 years ago
Size: 519 bytes
 

Contents

Class file image Download
[parameters] ;author = Samuel Adeshina ;contact = samueladeshina73@gmail.com driver = MySQL ;Should be MySQL, PostgreSQL, SQLite, or SQL Server depending on the dbms you are using username = root;bdff189f6f196e;As the name implies password = ;Same here, the password to your dbms account database = "" servername = ;SAMSHAL\PHPINSTANCE ;Provide this option only if you are using ms sql server host = localhost ;just like in mysql and postrgres. Enter the IP Address : Port to your host here in case you've configured it