1

Apologies if im mistaken.

I'm newbie to MySQL and using phpMyAdmin as GUI tool.

I wonder if I can create a database under database for hierarchical structure.

For now, I can only create tables under a database.

If it's impossible what are the alternatives for hierarchical databases?

2
  • The alternatives depend on what you want to do. You can create several databases in parallel. Or, what many applications do to support accounts which grant only a single database to a user (typical for cheap web hosters), you use a fixed prefix string for your tables. That way you can at least "group" the tables. Commented Jun 27, 2015 at 13:05
  • 2
    What do you mean by "hierarchical database"? Commented Jun 27, 2015 at 13:15

1 Answer 1

1

Short answer: No. You cannot create a database inside another database.

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

Comments

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.