dongtou2097 2016-01-21 15:49
浏览 40
已采纳

使用codeigniter中的连接字符串连接到多个postgreSQL数据库的问题

I have a postgre SQL database that has 2 instances of a database as well as a new database; enter image description here

See Highlighted portion

I am trying to connect my codeigniter application using

   "return $conn_string = "hostaddr port dbname=OGSDB user password";

The above connection works but if I change it to

   "return $conn_string = "hostaddr port dbname=ogsdbdev user password";

It fails to connect. I tried creating a new server (dashboard_prd_01192016) but I couldn't differentiate it within the connection string (both dashboard_prd_01192016 and devdb share the same IP and port info) and changing the database name ( ogsdbdev) doesn't work.

My question is, what can I do to either the connection string or the database server so I can connect to either dashboard_prd_01192016.OGSDB or devdb.ogsdbdev.

Thanks for any feedback you can offer

  • 写回答

1条回答 默认 最新

  • dongpeng7744 2016-01-21 18:25
    关注

    The postgresql process can only run 1 server on the same IP and port at the same time. If you are trying to run 2 different db servers with the same IP and port you will only be able to have 1 running at a time. If "both dashboard_prd_01192016 and devdb share the same IP and port info" then they won't both be running at the same time.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 SQL Server下载
  • ¥15 python如何将动态的多个子列表,拼接后进行集合的交集
  • ¥20 vitis-ai量化基于pytorch框架下的yolov5模型
  • ¥15 如何实现H5在QQ平台上的二次分享卡片效果?
  • ¥15 python爬取bilibili校园招聘网站
  • ¥30 求解达问题(有红包)
  • ¥15 请解包一个pak文件
  • ¥15 不同系统编译兼容问题
  • ¥100 三相直流充电模块对数字电源芯片在物理上它必须具备哪些功能和性能?
  • ¥30 数字电源对DSP芯片的具体要求