hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Software and Control Panels : Sql command to view tables that use Innodb engine
Reply

Hosting Software and Control Panels Software used in the web hosting industry. Topics include control panels, add-on software, setup scripts, etc.
Forum Jump

Sql command to view tables that use Innodb engine

Reply Post New Thread In Hosting Software and Control Panels Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 03-26-2012, 01:13 PM
hostyourdream hostyourdream is offline
Web Hosting Evangelist
 
Join Date: May 2009
Location: Greece
Posts: 526
Smile

Sql command to view tables that use Innodb engine


Hello

I login to ssh and then to mysql and i want to ask please what command i must use to view on which tables i use the Innodb engine?

Thank you

Reply With Quote


Sponsored Links
  #2  
Old 03-26-2012, 02:24 PM
Tristan Perry Tristan Perry is offline
Web Hosting Master
 
Join Date: Sep 2006
Location: Cardiff - United Kingdom
Posts: 1,562
Try this command?

Quote:
SELECT table_schema, table_name
FROM INFORMATION_SCHEMA.TABLES
WHERE engine = 'innodb'

Reply With Quote
  #3  
Old 03-26-2012, 02:32 PM
hostyourdream hostyourdream is offline
Web Hosting Evangelist
 
Join Date: May 2009
Location: Greece
Posts: 526
It doesn't work

MariaDB [(none)]> SELECT table_schema, table_name FROM INFORMATION_SCHEMA.TABLES WHERE engine = 'innodb'
->

I just get this:

->

Reply With Quote
Sponsored Links
  #4  
Old 03-26-2012, 02:48 PM
Tristan Perry Tristan Perry is offline
Web Hosting Master
 
Join Date: Sep 2006
Location: Cardiff - United Kingdom
Posts: 1,562
Ah. At command line you must put a semi-colon at the end

So SELECT table_schema, table_name FROM INFORMATION_SCHEMA.TABLES WHERE engine = 'innodb';

Semi-colon means the end of the command, and thus MySQL server runs the command. (You can miss out the semi colon using something like phpMyAdmin )

Reply With Quote
  #5  
Old 03-26-2012, 02:52 PM
hostyourdream hostyourdream is offline
Web Hosting Evangelist
 
Join Date: May 2009
Location: Greece
Posts: 526
Ok thanks

Reply With Quote
Reply

Similar Threads
Thread Thread Starter Forum Replies Last Post
SQL command to get data from 2 different tables globalcashsite Programming Discussion 3 05-11-2011 06:19 AM
How to backup mixed InnoDB and MyISAM tables ? Nassou Hosting Security and Technology 13 03-21-2011 06:31 PM
problems with innodb tables blutek Hosting Security and Technology 0 11-09-2003 03:14 PM
InnoDB or MyIsam DB tables? morphinelips Hosting Security and Technology 2 06-06-2003 08:10 PM
Do any/most shared web hosting services allow MySQL innoDB type tables? okidoki Web Hosting 1 11-28-2002 11:55 PM

Related posts from TheWhir.com
Title Type Date Posted
Prolexic Reports Key Holes in Popular DDoS Attack Tool Dirt Jumper Web Hosting News 2012-08-14 14:48:14
Google Adds EU Cluster, SSL Encryption to App Engine Platform Web Hosting News 2012-06-29 11:16:18
Google Launches Infrastructure as a Service Compute Engine Web Hosting News 2012-06-28 15:57:24
WordPress Host WP Engine Launches Checkpoint Restore Tool Web Hosting News 2012-01-30 12:33:23
HostGee Launches Advertising Services Brand Aimed at Saudi Arabian Market Web Hosting News 2011-07-05 16:07:48


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?