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

前端 未结 5 938
别跟我提以往
别跟我提以往 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:18

    Open the sql file and comment out the line that tries to create the existing database.

提交回复
热议问题