Staredit Network

Staredit Network -> Computers and Technical -> MySQL browser
Report, edit, etc...Posted by Doodle77(MM) on 2006-05-06 at 11:43:02
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).
Report, edit, etc...Posted by IanMM on 2006-05-06 at 11:47:07
Go here and set this up and you can veiw it. http://wmf.dyndns.org/index.php?link=projects
Report, edit, etc...Posted by Doodle77(MM) on 2006-05-06 at 12:06:39
I dont have PHP4 -.- and yes, i tried it, and it gave me a bunch of errors.
Report, edit, etc...Posted by Centreri on 2006-05-06 at 12:17:28
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.
Report, edit, etc...Posted by Doodle77(MM) on 2006-05-06 at 14:29:52
MySQL query browser????
Report, edit, etc...Posted by RexyRex on 2006-05-06 at 17:23:37
http://www.phpmyadmin.net

The best MySQL + PHP tool. Ever. Almost a standard for PHP webhosts.
Report, edit, etc...Posted by Centreri on 2006-05-07 at 09:11:38
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.
Next Page (1)