13.11.2015, 14:21
(
Last edited by thanakan123; 13/11/2015 at 04:07 PM.
)
Quote:
Error SQL query: SQL DUMP < X - Gang.sql > -- phpMyAdmin SQL Dump -- version 4.2.7.1 -- http://www.phpmyadmin.net -- -------------------------------------------------------- -- -- Table structure for table `gang` -- CREATE TABLE IF NOT EXISTS `gang` ( `id` INT( 10 ) NOT NULL , `name` VARCHAR( 30 ) NOT NULL , `color` VARCHAR( 6 ) NOT NULL , `tag` VARCHAR( 3 ) NOT NULL , `score` INT( 10 ) NOT NULL DEFAULT '0' ) ENGINE = INNODB DEFAULT CHARSET = latin1 AUTO_INCREMENT =1; MySQL said: Documentation #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SQL DUMP <X-Gang.sql> CREATE TABLE IF NOT EXISTS `gang` ( `id` int(10) N' at line 1 |