paFileDB 3

Any problem with PHP can be disscused here
Post Reply
TotalNewbie
Posts: 5
Joined: Sun Feb 20, 2005 1:29 am

paFileDB 3

Post by TotalNewbie »

I need help on paFileDB3 it says for ur local host to put like ex. db.mysite.com, now would the be like say... mysite.com/db ? could it also be liek that???

"Go into the "includes" directory in the unzipped directory and open up mysql.php in a text editor such as Notepad. Change the variables so they now contain the correct MySQL settings for your server. Your host can provide these settings for you. If you are unsure how to change variables, it's pretty easy. The default MySQL server variable is set as this:
$db[host] = "localhost";
If your MySQL server is db.mysite.com, you would change that variable to this:
$db[host] = "db.mysite.com";"


Post Reply