Page 1 of 1
Passwords PHPMYADMIN MYSQL HELP!
Posted: Thu Jun 11, 2009 3:53 pm
by Snip3r
Hey guys i am new to PHP programming and i have just installed WAMP server, i want to install a forum so i can do some tests etc but how do i add a password to the database i have created? i have created a database named phpbb.
thanks for help people

Re: Passwords PHPMYADMIN MYSQL HELP!
Posted: Fri Jun 12, 2009 10:33 am
by akuji36
I like using xampp (mysql, php, myphpadmin, and apache ).
link here
http://www.apachefriends.org/en/xampp.html.
Try placing your user name and password in an include.
include example here:
http://www.tizag.com/phpT/include.php
Then place the include in your php script which connects to your db.