如何使用php在centos上连接postgresql

时间:2017-12-11 09:22:23

标签: php database postgresql

我尝试使用以下代码使用php和数据库postgresql测试连接: 但我得到这样的消息错误:

pg_connect():无法连接到postgreSQL服务器:致命:身份验证失败,用户" postgres"

  for (MultipartFile uploadedFile : uploadingFiles) {
        File file = new File("path/to/your/server/application/directory"+uploadedFil‌e.getOriginalFilenam‌e());
        uploadedFile .transferTo(file);
        logger.info("path:{}", file.getAbsolutePath()); // I expect to find files here

    }
有人可以帮助我吗?顺便说一下我使用Centos 7.2

0 个答案:

没有答案