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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T03:58:19+00:00 2026-05-23T03:58:19+00:00

When it comes to MySQL and PHPMyAdmin, I’m not a novice, but I’m closer

  • 0

When it comes to MySQL and PHPMyAdmin, I’m not a novice, but I’m closer to novice than expert. Hopefully what I ask for is doable, and that someone will provide me with a simple, cut-n-paste SQL query to make it happen.

I need to convert around 9 tables in each of 12 dbs from MyISAM to InnoDB, and I’m hoping I can do all the tables in one db with a single query rather than having to click-and-wait for each and every table in PHPMyAdmin. Basically, is there a way to run “ALTER TABLE foo ENGINE = InnoDB” on multiple tables at once via a query run in PHPMyAdmin?

  • 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-23T03:58:20+00:00Added an answer on May 23, 2026 at 3:58 am
    select concat('alter table ',table_name, ' engine = innodb;')
    from information_schema.tables
    where table_schema in ('db1','db2',....,'dbN')
    

    then run the query output.

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

Sidebar

Related Questions

I have a date that comes from a MySQL database in the datetime format,
I am using wamp server, it comes with mysql 5.5.16 and I am trying
I am a beginner when it comes to using mysql queries embedded inside other
I'm grabbing some binary data out of my MySQL database. It comes out as
Android comes with lots of system resources ( android.R ) that can be used
For a while now, I've used phpMyAdmin to manage my local MySQL databases. One
I am using mysql driven application where in all data comes from mysql and
I have an html table which contains records, comes from mysql db. Each row
Is this a right thing to do? I am using the Apache/Tomcat that comes
I wonder if any other users of PhpMyAdmin for Mysql have come across this

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.