About This Task
If you have already installed MySQL and configured SAM and Schema Registry metadata stores using MySQL, you do not need to configure additional metadata stores in Postgres.
Steps
- Log in to Postgres: - sudo su postgres
- psql
 
- Create a database called - registrywith the password- registry:- create database registry;
- CREATE USER registry WITH PASSWORD 'registry';
- GRANT ALL PRIVILEGES ON DATABASE "registry" to registry;
 
- Create a database called - streamlinewith the password- streamline:- create database streamline;
- CREATE USER streamline WITH PASSWORD 'streamline';
- GRANT ALL PRIVILEGES ON DATABASE "streamline" to streamline;
 
 我的书签
 我的书签
                                 添加书签
 添加书签 移除书签
 移除书签