I am currently trying to learn MySQL (with PHP) but one of the main problems I have is that I have no idea what the contents of my db are. Does anyone know of some kind of script that would allow me to browse around my database (since mysql is running on my computer i have root access).
I dont have PHP4 -.- and yes, i tried it, and it gave me a bunch of errors.
I would install Apache, MySQL and PHP on your own computer (If you didn't) and then just use MySQL Query Browser to browse through the contents and create everything. Online, use phpMyAdmin to browse through it.
Query Browser comes with the standard installation of MySQL on your computer. It lets you create databases, tables, and the like. I prefer it to phpMyAdmin.