Jump to content
  • 0

SQL Error CREATE TABLE IF NOT EXISTS `skillcooldown` (


polyoko

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  06/11/12
  • Last Seen:  

I'm sorry if my English is not very good. May have on your nerves.

 

 

SQL Error

--
-- Table structure for table `skillcooldown`
--
CREATE TABLE IF NOT EXISTS `skillcooldown` (

`account_id` INT( 11 ) UNSIGNED NOT NULL ,
`char_id` INT( 11 ) UNSIGNED NOT NULL ,
`skill` SMALLINT( 11 ) UNSIGNED NOT NULL DEFAULT '0',
`tick` INT( 11 ) NOT NULL ,
KEY `account_id` ( `account_id` ) ,
KEY `char_id` ( `char_id` )

) ENGINE = MYISAM DEFAULT CHARSET = latin1;

 

 

Fix ?   /spit/sob 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  02/03/14
  • Last Seen:  

Hello, I had this same issue, sollution is simple, you only have to double click on the schema you are using.

 

For example, i'm using rAthena schema,  in the object browser you just double click it and it will be marked with a border, then you can execute the script with the button and that's it.

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...