0

In MySql 4.0.x, there are no view "information_schema".
In this case, how can I list the tables in the database using select query? without using MySql terminal command such as "show tables"

Himanshu
  • 31,810
  • 31
  • 111
  • 133
daehee
  • 5,047
  • 7
  • 44
  • 70

1 Answers1

0

I do not think there is any way in MySql 4.0. You have to upgrade your MySql to 5.0 to get "information_schema" or you can use "show tables", but that you do not want to use.

Himanshu
  • 31,810
  • 31
  • 111
  • 133
A Paul
  • 8,113
  • 3
  • 31
  • 61