не могу залить базу. в чем проблема?
Вероятно, SQL-запрос содержит ошибку. При наличии таковой, ниже будет выведена ошибка MySQL-сервера, облегчающая диагностику проблемы.
ERROR: Неизвестная пунктуация @ 17
STR: ://
SQL: Created by http://keo.su
-- Database: `db1474714405`
-- --------------------------------------------------------
--
-- Table structure for table `admin`
--
CREATE TABLE `admin` (
`log` tinytext NOT NULL,
`pass` tinytext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8; Created by http://keo.su
-- Database: `db1474714405`
-- --------------------------------------------------------
--
-- Table structure for table `admin`
--
CREATE TABLE `admin` (
`log` tinytext NOT NULL,
`pass` tinytext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8; Created by http://keo.su
-- Database: `db1474714405`
-- --------------------------------------------------------
--
-- Table structure for table `admin`
--
CREATE TABLE `admin` (
`log` tinytext NOT NULL,
`pass` tinytext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
SQL запрос:
Created by http://keo.su -- Database: `db1474714405` -- -------------------------------------------------------- -- -- Table structure for table `admin` -- CREATE TABLE `admin` ( `log` tinytext NOT NULL, `pass` tinytext NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Ответ MySQL: Документация
#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 'Created by http://keo.su
-- Database: `db1474714405`