View Single Post
DOG09
Member
Join Date: Feb 2011
Old 08-28-2014 , 07:41   Re: SuperHero MySQL save
Reply With Quote #13

Quote:
Originally Posted by Krillin View Post
Looks like your MySQL host is not set up right?

Give us some information to go on here? Where is your MySQL Host and Game Server? What is Linux and or Windows? This make a very big difference in resolving your connection issues. Steps you have tried to do to resolve this issue. Etc. It is not as complicated as it sounds, but could make or break your setup. Like "sh_mysql_host "localhost"" for Linux doesn't work correctly, it needs to be "sh_mysql_host "127.0.0.1"" but the host file binds localhost to 127.0.1.1 and needs to be edited.

Best Regards,
Krillin
I'm using localhost and i get error like:
Code:
#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 '(14) NOT NULL,
    `XP` int(10) unsigned NOT NULL default '0',
    `HUDHELP` t' at line 4
I know that there is needed to update tabels but i'am newbie so i don't know what to change and superheromysql.inc needed to change too...
DOG09 is offline