Jump to content
  • 0
michaelsoftman

MySQL error 1064 on clean install / setup

Question

So with a fresh installation of rAthena, and following the guide here - https://github.com/rathena/rathena/wiki/Install-MySQL

I get this error.  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

I'm using mySQL version 5.5.59, along with mySQL Workbench version 5.2.47.  I'm attempting to run the main.sql file and I get this error.  No changes have been made to the source code and it's a brand new install of mySQL.  Any ideas?  Should I try a different mySQL version?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

It should be NULL not NUL. Can you upload the file somewhere?

 

How are you invoking main.sql? Through a tool like Workbench or on the command line?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.