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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T09:27:48+00:00 2026-05-11T09:27:48+00:00

I regularly have lists such as "To-do" and "Done-works". It would be useful if

  • 0

I regularly have lists such as "To-do" and "Done-works". It would be useful if it worked something like:

mysql add-to-column-in-table "Blog corrected"

mysql read-column-in-table-where-match-blog "Blog"

Can I use MySQL for the job? Are you using it for day-to-day things?

[Clarification] I need to organize my things to tables. I have over thirty dirrerent To-Do lists alone. They have different relations to other lists. They are cumbersome to organise, and some lists tend to get old.

A reason for the question is that I am unsure of the configuration on Ubuntu. There are too many mysql-files, such as "mysql-admin" and "mysql-common". I need some simple package that is easy-to-use and easy-to-get-started. It should work only locally.

  • 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. 2026-05-11T09:27:49+00:00Added an answer on May 11, 2026 at 9:27 am

    I’m not sure I actually understand your question. Would you be able to clarify it?

    You certainly can use mysql (or any database) to make a todo list. At one end of the spectrum, you could make it a single table, with two fields:

    todo (id, description) 

    And just add and delete from the list as you go:

    INSERT INTO `todo` (`description`) VALUES ('buy milk'); DELETE FROM `todo` WHERE `id` = 3; 

    You could then add some flags so you can track items after they’re completed:

    todo (id, description, isDone)    -- isDone would be a 0 or 1 

    And then to find all your todos:

    SELECT description FROM todo WHERE isDone = 0; 

    You could continually add new features to it, like dates, categories, urgency levels, tasks and subtasks (eg: Make Breakfast could have subtasks of ‘Buy milk’, ‘Toast bread’ …), etc etc. Just choose what’s appropriate for your needs. In any case, MySQL will have you covered.

    Ps: Don’t forget the power of Notepad for these tasks.

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

Sidebar

Related Questions

I have a class that is called regularly by several objects. I would like
I have a list of files such as: i60.st082313ea.jpg i61.st51249c5e.jpg i62.stef1fe5f2.jpg I would like
I have made a simple chat application in PHP/Ajax/MySQL. I am regularly calling these
I have a select list like such: <select name=taxonomy[1][] multiple=multiple class=form-select id=edit-taxonomy-1 size=7> <option
I have a website that is updated regularly and I am having a problem
I have a database which I regularly need to import large amounts of data
I have a website that I regularly update the code to. I keep it
I have repository on GitHub to which I commit regularly from my local computer.
Does linux have commands allow me to push my regularly used commands into a
I have a query which part of a SP which is executed fairly regularly,

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.