Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6652697
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T01:10:22+00:00 2026-05-26T01:10:22+00:00

Attempting to run this SQL: DELIMITER $$ CREATE TRIGGER crypt_f BEFORE INSERT ON c_data_test

  • 0

Attempting to run this SQL:

DELIMITER $$

CREATE TRIGGER crypt_f
BEFORE INSERT ON c_data_test
FOR EACH ROW
BEGIN
UPDATE c_data_test
SET f_id = ENCRYPT(f_id, 'key');
END$$

DELIMITER ;

Gives this error:

ERROR 1227 (42000): Access denied; you need the SUPER privilege for this operation

We are not allowed SUPER access from our host. How can I create this trigger?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T01:10:22+00:00Added an answer on May 26, 2026 at 1:10 am

    You would have to ask the DBA of your host to run the trigger create statement for you. The newest versions of MySQL allows non SUPER users to create triggers (MySQL 5.1.6 and greater). However if binary logging is on you will still need SUPER privileges.

    So first, double check the version of MySQL running, and if its MySQL 5.1.6 or greater and binary logging is turned off, request the TRIGGER privilege from the hosts DBA, otherwise you would have to ask the DBA to create the trigger for you.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am attempting to insert a row manually into my SQL Server data table.
While attempting to link with QT 4.5 release, I run into this error message
I am attempting to insert many records using T-SQL's MERGE statement, but my query
I'm attempting to run this Oracle query... SELECT COUNT(*) as total, q1 FROM exit_responses
I am attempting to run the Elmah Sql Server DDL upon database generation in
I have 10 transact SQL scripts that each create a table and fill it
I am attempting to run: INSERT INTO orders ('id','datetime','server','price','comment','addons','table_number','Omelet','Pancakes','Crepes','Salad','Steak_Sandwich','Chicken_Quesadilla','BLT','Prime_Rib','Pineapple_Upside_Down_Cake') VALUES ('','18/9/11 6:49:03PM','admin','0', 'N/A','None','0','1','2','3','4','5','6','7','8','9') and
I'm attempting to insert rows into a SQL Server CE database, and it's returning
When attempting to run the first example in the boost::mpi tutorial , I was
I am attempting to run the following command in KornShell (ksh): set -A INDEXES

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.