Hi Obieto,

These error messages suggest to me that something isn't right with your file because it should start with a line like

-- phpMyAdmin SQL Dump

and it appears from the context here that it probably starts with

phpMyAdmin SQL Dump

(notice the two missing hyphens, which indicate a comment or line to be ignored in SQL).

If that's the case, you can either remove that line completely (since it's just for informational purposes) or add the comment lines (two hyphens and a space, like -- ).

Isaac





On Wed, Jun 30, 2021 at 9:43 PM Obieto Elochukwu <obietoe@gmail.com> wrote:
i always get this massage whenever i want to import my data to "MySQLdataBase" but i dont know the meaning...

Error

Static analysis:

2 errors were found during analysis.

  1. Unexpected beginning of statement. (near "phpMyAdmin" at position 0)
  2. Unrecognized statement type. (near "SQL" at position 11)

SQL query:

phpMyAdmin SQL Dump -- version 4.9.4 -- https://www.phpmyadmin.net/ -- -- Host: localhost:3306 -- Generation Time: Mar 07, 2021 at 06:32 AM -- Server version: 10.3.27-MariaDB-log-cll-lve -- PHP Version: 7.3.6 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"

MySQL said: Documentation

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'phpMyAdmin SQL Dump
-- version 4.9.4
-- https://www.phpmyadmin.net/
--
-- Hos...' at line 1

Error

Static analysis:

2 errors were found during analysis.

  1. Unexpected beginning of statement. (near "phpMyAdmin" at position 0)
  2. Unrecognized statement type. (near "SQL" at position 11)

SQL query:

phpMyAdmin SQL Dump -- version 4.9.4 -- https://www.phpmyadmin.net/ -- -- Host: localhost:3306 -- Generation Time: Mar 07, 2021 at 06:32 AM -- Server version: 10.3.27-MariaDB-log-cll-lve -- PHP Version: 7.3.6 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"

MySQL said: Documentation

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'phpMyAdmin SQL Dump
-- version 4.9.4
-- https://www.phpmyadmin.net/
--
-- Hos...' at line 1
_______________________________________________
Developers mailing list
Developers@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/developers