Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个创建表和插入数据的 .SQL 文件。我应该有一个 db.inc 文件存储在我的包含文件夹中 - 那是实际的数据库。如何创建 db.inc 文件?
注意,这是一个家庭作业,我的文件确实有一个 CREATE DATABASE 语句,但是当我用 mysqli 连接到数据库时,我需要一个 db.inc 文件,那个文件到底是什么?
http://dev.mysql.com/doc/refman/5.0/en/create-database.html
只需打开 .SQL 文件并添加命令。
CREATE DATABASE database_name