2

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...??

4

2 回答 2

2

我相信从最近的经验和快速谷歌上的主题来看,Schema 是 MySQL 中的数据库,与其他两者不同的数据库不同。请参阅以下链接:

MySQL 'create schema' 和 'create database' - 有什么区别吗

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

于 2012-10-22T15:09:08.257 回答
0

您可以使用CREATE SCHEMA/CREATE DATABASEUSE dbname

于 2012-10-22T15:09:18.620 回答