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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T10:56:52+00:00 2026-06-03T10:56:52+00:00

How do we check Innodb plugin is installed or not in MySQL? Is there

  • 0

How do we check Innodb plugin is installed or not in MySQL?
Is there any variable to check Innodb Plugin is installed or not?

  • 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-03T10:56:54+00:00Added an answer on June 3, 2026 at 10:56 am

    If you need to determine whether or not InnoDB is enabled by querying the database, you should use the INFORMATION_SCHEMA tables.

    SELECT SUPPORT FROM INFORMATION_SCHEMA.ENGINES WHERE ENGINE = 'InnoDB';
    

    Which, if InnoDB is enabled and is the default database, gives a result of

    +---------+
    | SUPPORT |
    +---------+
    | DEFAULT |
    +---------+
    

    If InnoDB is available, but not the default engine, the result will be YES. If it’s not available, the result will obviously be NO.

    Please see https://dev.mysql.com/doc/refman/8.0/en/information-schema-engines-table.html
    and https://dev.mysql.com/doc/refman/8.0/en/information-schema.html for reference.

    When InnoDB is available, the INFORMATION_SCHEMA tables you mentioned in a comment are also available.

    SHOW TABLES FROM INFORMATION_SCHEMA LIKE 'INNODB%';
    
    +----------------------------------------+
    | Tables_in_INFORMATION_SCHEMA (INNODB%) |
    +----------------------------------------+
    | INNODB_CMP_RESET                       |
    | INNODB_TRX                             |
    | INNODB_CMPMEM_RESET                    |
    | INNODB_LOCK_WAITS                      |
    | INNODB_CMPMEM                          |
    | INNODB_CMP                             |
    | INNODB_LOCKS                           |
    +----------------------------------------+
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In MySQL I have to check whether select query has returned any records, if
Assuming an InnoDB table, will the following command ... CHECK TABLE table_name; ... cause
Check out http://fube.ca in any browser but Firefox and you'll see that the cloud
Running on MySQL 5.5.9 with InnoDB. I created the following trigger: CREATE TRIGGER TRIGGER_Products_Insert
How can I check weather specific table does exists or not in my database
I batch insert to mysql innoDB table continuously, insert per second ratio is slow
I am new to MySQL and want to have InnoDB table type for my
When I check the mysql query logs on our BSD server, I see, repeated
I'm trying to build 5.6.4-labs-innodb-memcached, but having this issue: # cmake ./ -- MySQL
I created this using MySQL WorkBench CREATE TABLE IF NOT EXISTS `bakasura_new`.`cities` ( `id`

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.