3
votes

I've created a Redshift cluster using the AWS management console. The cool thing that AWS setup was this query editor to be able to write queries directly on your cluster without having to install a SQL client on your computer.

However, I was trying to create a new database on the instance but it doesn't seem to be possible using AWS query editor. Am I right or did I miss something?

1
What did you try to run? What were the results? Were there errors? Your question needs to include more information - Ngenator

1 Answers

1
votes

I indeed missed something, you simply need to go into your query editor and write

CREATE DATABASE db_name OWNER=db_owner;