quote:
Originally posted by jren207
If you do have MySQL installed, open ur script and find a part near the top of it which has stuff like:
$user="root"; //username
$db="yourdatabase"; //database
$host="localhost"; //
$pass="yourpassword"; //password
This tells the script the info to connect to your database.
And also make sure the service is running in the services list.
WTF? If it's
your script and you're not used to PHP yet, you don't declare such variables separately, you just do mysql_connect("loicalhost", "username", ...
Instead, you should download phpMyAdmin, That will make life easier when it comes to manage you DBs