Hello All,
I am trying to produce a website which uses a database (using Dreamweaver MX/PHP/MySql). I have experiece with HTML but this is the first time I have played with PHP/Databases. I wish to test my site locally as I want to make use of Dreamweaver's database functions and my host does not allow remote access to my MySQL database. As a result of a previous post in this forum, I decided to instyall Apache, PHP and MySQl on my computer.
I installed the following:
Apache - Version 2.0.53
PHP - Version 4.3.10
MySQL - Version 4.1.10
MyPhpAdmin - Version 2.6.2 (I think)
Apache works fine with PHP and I get the PHP test page when I go to http://localhost:8080 (I used 8080 because I don't want anyone to access it, just me for testing purposes, is this right?). But when I try to access MySQL via myPhpAdmin, I get an error message. I think I have installed everything where I should have and have edited config files as shown in instructions.
I think I may have been following instructions for different versions of different programs. Can anyone help? If not, can anyone recommend a good, up to date, easy to understand guide to installing Apache/PHP/MySQL/MyPHPAdmin as I am willing to uninstall them all and start again. I have had sooooo much hassle with this and people have told me that its better to just do everything by code and then upload to my host to test, but I really want to make use of Dreamweaver MX's features.
Any help/advice will be greatly appreciated!