Hello.
How to deal with it?
How to fix error?
*******************************
Error Static analysis: Found 2 errors in the analysis. The sudden start of the expression. (near the "phpMyAdmin" at position 0) Unknown to the operator. (near ' SQL ' at position 11) SQL query: phpMyAdmin SQL Dump -- version 3.4.3.2 -- http://www.phpmyadmin.net -- -- Host: localhost -- creation Time: Sep 02, 2011, 09:02 -- server Version: 5.0.92 -- PHP Version: 5.2.6 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO" Answer MySQL: The Documentation #1064 - you Have an error in the query. Refer to the documentation for the version of MariaDB on the subject of correct syntax near 'phpMyAdmin SQL Dump -- version 3.4.3.2 -- http://www.phpmyadmin.net -- -- Hos' at line 1
************************
That means "Unexpected start of expression", and what should it be?
-- phpMyAdmin SQL Dump -- version 3.4.3.2 -- http://www.phpmyadmin.net -- -- Host: localhost -- Create time: Sep 02, 2011, 09:02 -- Server version: 5.0.92 -- PHP version: 5.2.6 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `alex2208_mfs` -- -- --------------------------------------------------------