5

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 Commented Dec 20, 2019 at 15:31

1 Answer 1

2

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

CREATE DATABASE db_name OWNER=db_owner;

Sign up to request clarification or add additional context in comments.

1 Comment

For anyone else that got here... the default database name to auth to is "dev", it's hidden in the extra settings when creating the cluster.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.