· 8 years ago · Jun 23, 2018, 10:58 PM
1Failed to execute SQL : SQL SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!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: `gazelle_dev` -- -- -------------------------------------------------------- -- -- Table structure for table `torrents_votes` -- CREATE TABLE IF NOT EXISTS `torrents_votes` ( `GroupID` int(10) NOT NULL, `UserID` int(10) NOT NULL, `Vote` int(4) NOT NULL, PRIMARY KEY (`GroupID`,`UserID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; failed : 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 'SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARA' at line 1