| Posted: 16 May 2005 02:25 | |
|
Registered User Currently Offline |
Posts: 6 Join Date: May 2005 |
|
I know how to use PHPMyAdmin and can code somewhat in PHP. I am curently using dreamweaver 4.0 to do my programming. I installed WAMP in it's default locations. I have figured out that I need to install my www files in this location so they will work: C:\Program Files\e-novative\WAMP\www
But now back to MYsql or PHP were are the databases saved at? Is the only way I can look at them through phpmyadmin or can I open up an regular window and see my databases? If so can I work on them through that? Or is it best through phpmyadmin. Thanks for all the patience and help. Love your program.
|
|
| Posted: 18 May 2005 12:57 | |
|
Registered User Currently Offline |
Posts: 32 Join Date: Feb 2005 |
| You cannot "look" at databases without some software reading the database contents and presenting them as HTML. This is what phpMyAdmin does for you. You can also use the command line to do database maintenance, but it is much more convenient to use phpMyAdmin. | |