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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:35:03+00:00 2026-05-27T23:35:03+00:00

Basically I want to truncate a table every X days but I don’t want

  • 0

Basically I want to truncate a table every X days but I don’t want to use cron. I would like to have a kind of built in script inside the php file to do this and maybe sql triggers can help me out. Unfortunately I don’t know how to use them.

  • 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-27T23:35:04+00:00Added an answer on May 27, 2026 at 11:35 pm

    Depending on the version of MySQL, you might have access to CREATE EVENT which allows MySQL to trigger its own processes at scheduled times.

    e.g.

    CREATE EVENT myevent
        ON SCHEDULE EVERY 1 DAY
        DO
          UPDATE myschema.mytable SET mycol = mycol + 1;
    

    To run a task each day

    Other databases may have equivalents, though you don’t identify the database that you’re using.

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

Sidebar

Related Questions

I basically want rsync, but don't have the luxury of being able to install
I basically want something like: TextView Button Button . . . TextView TextView SeekBar
I basically want to use str_replace() all values of a multidimensional array. I can't
I basically want to ignore certain lines with characters in them, like if there's
I basically want to use link_to to link to the index method of a
I basically want to make this in my application, so our technicians have an
I basically want to perform the same functions as this code, but in C.
I basically want to do a complement set operation in SQLite but not sure
I basically want to display a tooltip when someone first reaches the page, but
I basically want to implement a Label and have it constantly showing information to

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.