The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > Web Programming, Web 2.0 and Mashups > MySQL DevZone RSS
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 06-12-2009
figaro figaro is offline
Registered User
  
 

Join Date: Jan 2007
Posts: 271
Depending on how you are actually set up, there is a default schema called information_schema and this database contains the information you are looking for. You may want to search the internet for the precise commands to use. YOu can also use "describe table_name" to find more information on the table in question.