且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在Mac OS的Xampp中启用PostgreSQL?

更新时间:2023-02-24 13:50:45

使用MAPP Stack for OSX。

Use MAPP Stack for OSX.

MAPP: https://bitnami.com/stack/mapp

如果您需要MySQL + PostgreSQL,请下载MAMP + PostgreSQL扩展

In case you need MySQL + PostgreSQL, download MAMP + PostgreSQL extension

MAMP: https://bitnami.com/stack/mamp

PostgreSQL插件: https://bitnami.com/stack/mamp/modules#postgresql

PostgreSQL add-on: https://bitnami.com/stack/mamp/modules#postgresql

在通过启动MAMP堆栈的MySQL安装PostgreSQL之前启用MySQL。安装后,进入PostgreSQL管理页面并以user = postgres和password = [password]登录,使用密码创建自己的root用户。

Enable MySQL before installing PostgreSQL by starting MAMP stack's MySQL. After installing, go to PostgreSQL admin page and login as user=postgres and password=[password], create your own root user with password.