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

  • Home
  • SEARCH
  • 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 8528277
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T08:45:57+00:00 2026-06-11T08:45:57+00:00

At school, we are learning to write triggers in SQL and I wrote one,

  • 0

At school, we are learning to write triggers in SQL and I wrote one, but it’s wrong. Therefore, I would like to delete it.

I tried the following:

mysql> use information_schema
Database changed
mysql> drop trigger log;
ERROR 1360 (HY000): Trigger does not exist

But as you see, I get an error because it does not exist.
When I use Sequel Pro and check that table with select * from triggers;, it shows me there IS a trigger called log. See screenshot:

Trigger is available

I tried removing it by right-clicking and click on “delete row”, but then I get the following error:

Couldn’t delete rows.

MySQL said: Access denied for user ‘robbert’@’localhost’ to database ‘information_schema’

How am I supposed to remove that trigger? It’s clearly there?

  • 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-06-11T08:45:58+00:00Added an answer on June 11, 2026 at 8:45 am

    The TRIGGER_SCHEMA column indicates the database in which your trigger is defined: you’ll need to USE db5, not INFORMATION_SCHEMA (or else qualify the trigger name in the DROP TRIGGER statement):

    USE db5;
    DROP TRIGGER log;
    

    Or:

    DROP TRIGGER db5.log;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to write an educational game for primary school students (age 7-9
Sorry if this seems like a dumb question but I am just learning bash
I wrote in PHP a learning management system for a small private school. It
I am new to programming, just learning it at school, but i want my
I am learning C++ in school now. Currently using C++ with codeblocks on my
At school we are currently learning sorting algorithms in Java and I got for
We have started learning Java in school, and we have been given a few
Hey I'm just learning C in school and I have this idea for a
Our team is currently working on completely redesigning our school's website and one of
I started in High School learning java and python and I guess I just

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.