Well, the problem is, when I click the thunderbolt icon, it shows this error:
Error says:
12:32:11 `clan_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(24) NOT NULL DEFAULT '', `master` varchar(24) NOT NULL DEFAULT '', `mapname` varchar(24) NOT NULL DEFAULT '', `max_member` smallint(6) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`clan_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 Error 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 '`clan_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(24) NOT NUL' at line 1 0.000 sec
My problem is this error, it doesn't create the necessary tables for the 'ragnarok' database.
Here are the only tables that shows up:
Attached is the copy of my downloaded main.sql from rAthena git:
I want to be honest here, I got really amateur experience when it comes to creating SQL databases and I would find it really helpful if someone get guide me towards the right direction here.
Question
healthydude
Hey first of all thanks for taking the time to even view this issue.

So I've been following this guide: https://github.com/rathena/rathena/wiki/SQL_Installation
and I'm stuck in this part:
Well, the problem is, when I click the thunderbolt icon, it shows this error:
Error says:

12:32:11 `clan_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(24) NOT NULL DEFAULT '', `master` varchar(24) NOT NULL DEFAULT '', `mapname` varchar(24) NOT NULL DEFAULT '', `max_member` smallint(6) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`clan_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 Error 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 '`clan_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(24) NOT NUL' at line 1 0.000 sec
My problem is this error, it doesn't create the necessary tables for the 'ragnarok' database.
Here are the only tables that shows up:
Attached is the copy of my downloaded main.sql from rAthena git:
Download Here: main.sql
I want to be honest here, I got really amateur experience when it comes to creating SQL databases and I would find it really helpful if someone get guide me towards the right direction here.
Looking forward for any help!
Regards,
healthydude
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.