Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have used the Create Schema in mySQL. But it act as a separate database. It doesn't affect the already created Databaase. How to create Schema in mySQL within an particular database in mySQL and need to group the tables within a schema.?

Can anyone know about this pls...??

share|improve this question

closed as not a real question by the Tin Man, Ben Clayton, Bo Persson, brenjt, Paul Hiemstra Oct 22 '12 at 17:23

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

I believe from recent experience and from a quick Google on the subject that a Schema IS a database in MySQL unlike other databases where the two are different. See the following links:

MySQL 'create schema' and 'create database' - Is there any difference

http://lists.mysql.com/mysql/211616

share|improve this answer

You can use CREATE SCHEMA/CREATE DATABASE and the USE dbname.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.