Jump to content
  • 0

SQL Script truncate problem


playgron

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   2
  • Joined:  11/19/16
  • Last Seen:  

So im using this kinda script to truncate my mvp_rank table on every sunday , this is the example of the script:

brasilis,223,189,3	script	testtt	900,{
query_sql "truncate table mvp_rank";
end;
}

but when I tried it , it gave me errors

[SQL]: DB error - DROP command denied to user 'asda'@'localhost' for table 'mvp_rank'
[Debug]: at script.cpp:16557 - truncate table mvp_rank

Anyone know how to make this possible ?

Edited by playgron
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   2
  • Joined:  11/19/16
  • Last Seen:  

SOLVED I forgot to give access to my other sql user for drop , closed.

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