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

前端 未结 6 2017
慢半拍i
慢半拍i 2020-12-04 08:55

Taking a peak into the information_schema database and peaking at the metadata for one of my pet projects, I\'m having a hard time understanding what (

6条回答
  •  既然无缘
    2020-12-04 09:20

    Database is a collection of schemas and schema is a collection of tables. But in MySQL they use it the same way.

提交回复
热议问题