PostgreSQL
 sql >> Cơ Sở Dữ Liệu >  >> RDS >> PostgreSQL

kết nối postgresql và codeigniter

Cố gắng thiết lập,

Thông tin khác: https://www.codeigniter.com/user_guide/database/configuration. html

CHỈNH SỬA: Hãy thử cấu hình này cho PDO trong postgres

$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. Làm cách nào để có được kích thước của một cột ARRAY?

  2. Slick and bonecp:org.postgresql.util.PSQLException:FATAL:xin lỗi, quá nhiều khách hàng đã bị lỗi

  3. Java + SSH + Postgres

  4. Cách sqrt () hoạt động trong PostgreSQL

  5. Sự trở lại của XFS trên Linux