卸载后重新安装postgreSQL出现的问题与解决方法

本人卸载postgreSQL之后,由于手快忘记使用强力卸载软件导致卸载不干净

再次安装PostgreSQL时,选择安装目录出现报错:
the choosen installation directory exists and is non-empty.please choose a different directory

解决方法:
之前安装PostgreSQL的文件夹下随便新建一个txt文档,然后直接删除整个文件夹

再次安装的时候就不会有该报错了

你可能感兴趣的:(PostgreSQL)