Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
Connection Name: my_first_connection_or_anything_I_want_to_put_here
MySQL Server:127.0.0.1 (if it's the same computer, otherwise, enter the ip adress of the computer, or it's name on your network)
UserName:root
Password:{nothing if you let the root password blank, but it's __BAD__ practices}
Database: {You had to give a name to the database you created, enter it here}
As for the PHP module, look into the php.ini (it's located in the php install directory usually) and ocate the line
Code:
extension = mysql.dll
and remove any ";" you might have before it.
Then, restart the apache web server to apply those modifications and you should be ok.
But I'd say you would rather use something like xampp [ http://www.apachefriends.org/en/xampp.html ] which bundle apache, PHP and mysql together
and configure it out of the box, rather than downloading each part yourself, if you have no experience in setting them up.
__________________
Only a biker knows why a dog sticks his head out the window.
|