1
Error
--
--Database: "wordpress"
--
-- --------------------------------------------------------
--
-- Table structure for table "wp_brizy_logs"
--
CREATE TABLE "wp_brizy_logs" (
  "id" bigint(20) NOT NULL,
  "type" text NOT NULL,
  "message" text NOT NULL,
  "context" text NOT NULL,
  "session_id" text NOT NULL,
  "date" datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8
#1046 - No database selected

这是我的日志,可能是什么问题?我正在使用 XAMPP,但我也尝试过使用 MAMP,结果是一样的。

4

1 回答 1

0

您必须先创建一个空表。然后将您的文件上传到该空表中。您现在可能已经解决了它,但只是把它放在这里以防其他人遇到同样的问题。

于 2019-11-11T05:30:17.427 回答