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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T18:04:08+00:00 2026-05-14T18:04:08+00:00

This IS NOT a Homework question! While building my current student database project I

  • 0

This IS NOT a Homework question! While building my current student database project I realized that I may want to identify comprehensive information about a database design in the future. More-so if I am fortunate enough to get a job in this field and were handed a database project how could I break down certain elements for identification…

In all of my previous designs I have been using MySQL Community Server (GPL) 5.1.42,
I thought (duh) that I was using the MyISAM based on most of my text-book instruction and MySQL 5.0 Reference Manual :: 13 Storage Engines :: 13.1 The MyISAM Storage Engine

I determined that this was in fact incorrect for this version and the use of “SHOW ENGINES” at the console…
No problem, figured out why they have “versions” the need to pay attention to what version is being used, and the need for a means to determine what I am about to mess up “if” I do not pay attention to detail…

Q1. Specifically what statement will identify the version used by someone elses initial database creation? (since I created my own databases I know what version I used)

Q2. Specifically what statement will identify the storage engine that the developer used when creating the database. (I specified a particular database in my collection then tried SHOW Engine, did not work, then tried to just get the metadata from one table in that database:

mysql> SELECT duck_cust, table_type, engine
-> FROM INFORMATION_SCHEMA.tables
-> WHERE table_schema = ‘tp’
-> ORDER BY table_type ASC, table_name DESC;

as this was not really what I wanted (and did not work) I am looking for some direction from the pros…

Q3. (If you really have the inclination to continue helping) If I were to access a database from an earlier/later “version” are there backward/forward compatibility issues for maintaining/updating data between versions?
Please and Thank you in advance for your time and efforts!
sammysmall

  • 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-14T18:04:09+00:00Added an answer on May 14, 2026 at 6:04 pm

    This worked fine when I tested it:

    SELECT table_name, table_type, engine, version FROM INFORMATION_SCHEMA.tables  
    WHERE table_schema = 'tp' ORDER BY table_type ASC, table_name DESC;
    

    I don’t know what duck_cust means in your example query. That’s not a column in INFORMATION_SCHEMA.tables, so that is certain to make your query give an error.

    I’ve had very little trouble with MySQL upgrading from one version to the next. But I still make a database backup before upgrading the software, just to be safe.

    You should be in the habit of making backups regularly anyway.

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

Sidebar

Ask A Question

Stats

  • Questions 433k
  • Answers 433k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Non-greedy, ungreedy, reluctant, minimal match, lazy etc. all refer to… May 15, 2026 at 2:55 pm
  • Editorial Team
    Editorial Team added an answer if(document.referrer == url){ alert(msg); } Should do it. May 15, 2026 at 2:55 pm
  • Editorial Team
    Editorial Team added an answer You can store the match variables in array first, then… May 15, 2026 at 2:55 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.