PostgreSQL
 sql >> Baza danych >  >> RDS >> PostgreSQL

łączenie postgresql i codeignitera

Spróbuj ustawić,

Więcej informacji:https://www.codeigniter.com/user_guide/database/configuration. html

EDYTUJ: Wypróbuj tę konfigurację dla PDO w postgresie

$db['default']['hostname'] = 'pgsql:host=localhost;dbname=yourdb'; //set host
$db['default']['username'] = 'your username'; //set username
$db['default']['password'] = 'your password'; //set password
$db['default']['database'] = 'your database'; //set databse
$db['default']['dbdriver'] = 'pdo'; //set driver here


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Rails:Instalacja PG gem na OS X - nie udało się zbudować natywnego rozszerzenia

  2. Nie można uruchomić harmonogramu web2py przy użyciu bazy danych postgresql

  3. Nie znaleziono liczby porządkowej podczas uruchamiania narzędzia Diesel CLI

  4. postgresql - uruchom na mac - `pg_ctl` nie działa

  5. Ani percentile_cont, ani percentile_disc nie obliczają pożądanego 75. percentyla w PostgreSQL 9.6.3