MySQL Help

03/13/2014 00:20 halofrager1#1
-- ----------------------------
-- Table structure for bannedips
-- ----------------------------
DROP TABLE IF EXISTS `bannedips`;
CREATE TABLE `bannedips` (
`ip_int` int(10) NOT NULL,
`ip` varchar(16) NOT NULL,
PRIMARY KEY (`ip_int`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

I have this but i keep getting an error and MySQL stops executing SQL

Can someone please help me?
03/13/2014 01:10 Aceking#2
Would help if you told us what the error was, or a screenshot.

My guess is you need to use the latest version of MySql
03/13/2014 01:26 turk55#3
Does your MySQL server have InnoDB enabled?
03/13/2014 12:47 abdoumatrix#4
03/14/2014 17:45 Danial Eugen#5
Why do i help ? it is YourSql not mine... HA HA HA HA

I KNOW THIS WAS SO BAD JOKE

EHM, as turk55 said do you have InnoDB enabled ?
03/14/2014 23:20 halofrager1#6
Alright, i got everything fixed, the patch for the client didn't have the right .dll files, so the project was scraped. I'm a terrible coder and would someone suggest where i could start learning how to code for conquer? I want to learn and become alot better so i know how and what to do to be able to setup and code my own

It was because i had the wrong version of MySql it didn't have InnoDB enabled lol
03/14/2014 23:41 turk55#7
Quote:
Originally Posted by halofrager1 View Post
Alright, i got everything fixed, the patch for the client didn't have the right .dll files, so the project was scraped. I'm a terrible coder and would someone suggest where i could start learning how to code for conquer? I want to learn and become alot better so i know how and what to do to be able to setup and code my own

It was because i had the wrong version of MySql it didn't have InnoDB enabled lol
I would say, keep Conquer on the sidelines for now and start with the basics of the language you pick. Once you get the hang of it you could get back to Conquer if you want to. This will help you with Conquer and any other stuff that involves programming in the future.