Name:
Anonymous
2010-04-23 9:05
How would I retrieve the list of table names and length of the varchars from a MySQL database?
Name:
Anonymous
2010-04-23 12:37
select some stuff from the columns table (in information_schema)
Name:
Anonymous
2010-04-23 21:40
>>1
switch to a real database like PostgreSQL
Name:
Anonymous
2010-04-23 21:46
>>6
switch to a
NoSQL database like CouchDB or Cassandra
Name:
Anonymous
2010-04-24 10:47
MySQL
Knowing the table names and length of the varchars is the least of you're problems right now.