V
V
Vladimir Kulikov2020-11-24 14:25:46
MySQL
Vladimir Kulikov, 2020-11-24 14:25:46

What is the problem in SQL file?

ejyFxlp.png

Hello! What is the problem in SQL file? At the very beginning, "=" already has an error.

Excerpt from SQL

-- phpMyAdmin SQL Dump
-- version 4.9.0.1
-- https://www.phpmyadmin.net/
--
-- Хост: 127.0.0.1
-- Время создания: Ноя 24 2020 г., 11:40
-- Версия сервера: 10.4.6-MariaDB
-- Версия PHP: 7.3.9

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";

/*!40101 SET @[email protected]@CHARACTER_SET_CLIENT */;
/*!40101 SET @[email protected]@CHARACTER_SET_RESULTS */;
/*!40101 SET @[email protected]@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- База данных: `nova-dveri`
--

-- --------------------------------------------------------

--
-- Структура таблицы `wp_accordeonmenuck_styles`
--

CREATE TABLE `wp_accordeonmenuck_styles` (
`id` int(10) NOT NULL,
`name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`state` int(10) NOT NULL,
`params` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`layoutcss` text COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

Answer the question

In order to leave comments, you need to log in

2 answer(s)
B
BorLaze, 2020-11-24
@it_proger29

who said it was a problem? editor? so this is the problem of the editor
, if the import using the database means that something is wrong - then yes, it will be a problem

D
Developer, 2020-11-24
@samodum

There is no problem here

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question