If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > MYSQL Newbie

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-30-09, 15:45
megcork megcork is offline
Registered User
 
Join Date: Jan 2009
Posts: 1
MYSQL Newbie

Just wondering how would one find a list of the names of all tables accessible to them?

Thanks for your help
Reply With Quote
  #2 (permalink)  
Old 01-30-09, 22:35
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
try this query:
Code:
SHOW TABLES
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 02-09-09, 20:37
galih galih is offline
Registered User
 
Join Date: Feb 2008
Location: Bandung - Indonesia
Posts: 15
You must have access to view some datas.

Showing database: SHOW DATABASES

Showing tables: SHOW TABLES -> If you have already use a database
SHOW TABLES FROM DatabaseName

Showing Fields: SHOW FIELDS FROM DatabaseName.TableName
__________________
Forum Informatika - Indonesian Informatics Online Community - http://if.web.id
Reply With Quote
  #4 (permalink)  
Old 02-10-09, 07:12
SQLMaestro SQLMaestro is offline
Registered User
 
Join Date: Jun 2004
Posts: 12
For MySQL 5.0+ you could also query the INFORMATION_SCHEMA database. The details are available in the MySQL manual:
http://dev.mysql.com/doc/refman/5.0/...les-table.html
__________________
Complete database management tools for MySQL, SQL Server, Oracle, PostgreSQL, SQLite, Firebird, DB2, and MaxDB.
http://www.sqlmaestro.com
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On