After updating to macOS Big Sur I can't connect to my PostgreSQL database with MAMP

后端 未结 0 1073
你的背包
你的背包 2020-11-27 05:10

Code

Here\'s the code that is throwing the error.

try {
  $myPDO = new PDO(\'pgsql:host=127.0.0.1:5432;dbname=test\', \'test\', \'\');
} catch (\\Thr         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题