error in mysql import demo2020

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
eayvl
User
Posts: 315

error in mysql import demo2020

Post by eayvl »

Hi,

I am trying to import the database "demo2020" utf8_spanish2_ci But I send this error message.

  • Dump the database structure for demo2020

CREATE DATABASE IF demo2020 / * DOES NOT EXIST! 40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci * /

Please help me.


arbei
User
Posts: 9396

Post by arbei »

That is CREATE DATABASE statement, not error message. Make sure you login your MySQL server as an user with permission to create database.


Post Reply