MySQL “CREATE TABLE IF NOT EXISTS” -> Error 1050

后端 未结 9 1494
温柔的废话
温柔的废话 2021-02-01 00:16

Using the command:

CREATE TABLE IF NOT EXISTS `test`.`t1` (
    `col` VARCHAR(16) NOT NULL
) ENGINE=MEMORY;

Running this twice in the MySQL Que

9条回答
  •  情话喂你
    2021-02-01 00:58

    If anyone is getting this error after a Phpmyadmin export, using the custom options and adding the "drop tables" statements cleared this right up.

提交回复
热议问题