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 688395
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T02:13:31+00:00 2026-05-14T02:13:31+00:00

Is there any way to automatically create a trigger on creation of new table

  • 0

Is there any way to automatically create a trigger on creation of new table in MySQL?

  • 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-14T02:13:32+00:00Added an answer on May 14, 2026 at 2:13 am

    As I’ve pointed out in your other question, I think a process and security review is in order here. It’s an audited database, so nobody (especially third-party service providers) should be creating tables in your database without your knowledge.

    The issue you’ve got is, as well as the new table being created, you will also need to have another table created to store the audited/changed records, which will have an identical structure as the original table with possibly a time/date and user column. If a third-party provider is creating this table, they won’t know to create the auditing table, therefore even if you could generate your triggers dynamically, they wouldn’t work.

    It’s impossible to create a single table that will hold all changes record for all other tables in your database because the structure between tables inevitably differs.

    Therefore: make all change requests (e.g. providers wants to create TableX, they submit a change request (including the SQL script) explaining the reason for the change) to yourself and/or your team.

    You execute the SQL on a test copy of your database, and use the same structure to create another table to hold the modified records.

    You then create and test the necessary triggers, generate a new SQL script to create the two tables and your triggers and execute that on your live database. You give your provider permissions to use the new table and away they go.

    Everyone’s happy. Yes, it may take a little while longer, and yes you’ll have more work to do, but that’s a hell of a lot less work than is required to try and parse query logs to re-create records that have already been changed/deleted, or parse the binary log and keep up-to-date with every change, and modify your code when the format of the log file changes etc etc.

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

Sidebar

Related Questions

is there any way to automatically create hierachical menus from taxonomy vocabulary in Drupal
Is there any way to automatically create the constructor for a class based on
Is there any way of having mercurial automatically create hgrc , so that I
Is there any way to automatically wrap comments at the 80-column boundary as you
Is there any way to automatically rename accessor/mutator when a variable they get/set gets
Is there any way to automatically launch an application on USB attach or CD
Is there any easy way to automatically deploy a web service / java web
Is there any way to have PHP automatically call a function, before a script
Is there any way to configure IIS or Web app to automatically open a
Is there a way to specify which namespace includes should be automatically added any

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.