Error importing SQL dump into MySQL: Unknown database / Can't create database

前端 未结 5 937
别跟我提以往
别跟我提以往 2020-12-12 16:13

I\'m confused how to import a SQL dump file. I can\'t seem to import the database without creating the database first in MySQL.

This is the error displayed when

5条回答
  •  执念已碎
    2020-12-12 16:44

    It sounds like your database dump includes the information for creating the database. So don't give the MySQL command line a database name. It will create the new database and switch to it to do the import.

提交回复
热议问题