Installing PHP on windows 7

Just in time :o. This doesn't create the actual database which is why it's erroring - you need to use MySQL Administrator to create a new database, called say FarmerySubisidy and then use the Query Browser to run that SQL code on the FarmerySubisidy schema (database).

Alternatively this should create it, through the Query Browser:
CREATE DATABASE FarmerySubisidy;

But you might need to set-up permissions this way.
 
Thanks for having a quick look over it Pho

In the QueryBroswer, If i add "CREATE DATABASE FamerSubsidy;" and remove the "DROP TABLES;" it appears to creates the database with no error's, so that is something!

Just had to hand my coursework in minus the PHP stuff though, not happy about it but its done now. Lessons learnt too

Thanks again
 
Back
Top Bottom