thanks for help people
Passwords PHPMYADMIN MYSQL HELP!
Moderator: General Moderators
Passwords PHPMYADMIN MYSQL HELP!
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
thanks for help people
- akuji36
- Forum Contributor
- Posts: 190
- Joined: Tue Oct 14, 2008 9:53 am
- Location: Hartford, Connecticut
Re: Passwords PHPMYADMIN MYSQL HELP!
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.
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.