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.
- Unexpected beginning of statement. (near "phpMyAdmin" at position 0)
- 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: *[image: Documentation] https://www.forexmrk.com:2083/cpsess8669645226/3rdparty/phpMyAdmin/url.php?url=https%3A%2F%2Fdev.mysql.com%2Fdoc%2Frefman%2F5.7%2Fen%2Ferror-messages-server.html #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.
- Unexpected beginning of statement. (near "phpMyAdmin" at position 0)
- 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: *[image: Documentation] https://www.forexmrk.com:2083/cpsess8669645226/3rdparty/phpMyAdmin/url.php?url=https%3A%2F%2Fdev.mysql.com%2Fdoc%2Frefman%2F5.7%2Fen%2Ferror-messages-server.html #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