topr8

msg:4204469 | 9:38 pm on Sep 20, 2010 (gmt 0) |
why don't you install MySQL workbench - which is part of the MySQL package. it is perfect for looking at databases, testing queries etc - also for what you want!
|
Adam5000

msg:4205568 | 3:01 am on Sep 23, 2010 (gmt 0) |
topr8: Thank you for your reply and that sounds like a good idea.
|
rocknbil

msg:4205874 | 3:59 pm on Sep 23, 2010 (gmt 0) |
Is there a way to view the table after it's created? |
| Execute describe table (tablename); without () You'll have to loop through files and rows, but this will give you the raw output.
|
Anyango

msg:4213952 | 7:51 pm on Oct 8, 2010 (gmt 0) |
phpMyAdmin ? phpmyadmin.net
|
Demaestro

msg:4213981 | 9:21 pm on Oct 8, 2010 (gmt 0) |
you can execute this query and output the results. show columns in tablename;
|
|