2

I’m trying to turn events on. If I execute SET GLOBAL event_schedule="ON" , MySQL gives me this error:

#1227 – Access denied; you need (at least one of) the SUPER privilege(s) for this operation

I’m using the root user of my WHM and open cPanel of one of the accounts I have.

Palec
  • 12,743
  • 8
  • 69
  • 138
Alaa M. Jaddou
  • 1,180
  • 1
  • 11
  • 30

1 Answers1

6

There is a difference between Server Root and MySql User Privileges. You need to give yourself MySql privileges. See MySQL: Grant **all** privileges on database

Also this link has some valuable mysql commands that you will find useful: http://pentestmonkey.net/cheat-sheet/sql-injection/mysql-sql-injection-cheat-sheet

Community
  • 1
  • 1
nathan hayfield
  • 2,627
  • 1
  • 17
  • 28