Page 1 of 1

PHP Forums

Posted: April 1st, 2010, 9:37 pm
by Epsilon
I'm trying to install PHPBB forums but I get stuck at the part where i put in the Database stuff, I would attach a SS but the photo is too big. can't find any instructions that helped me so far, and since this whole site is php this was a smart idea. :)


"Database server hostname or DSN:
Database server port:
Database name:
Database username:
Database password:
Prefix for tables in database:"

Re: PHP Forums

Posted: April 1st, 2010, 10:17 pm
by fl00d3d
phpBB comes with step-by-step instructions.

Not to be rude, but if you can't figure it out - you probably shouldn't be playing with it.

But, to answer your question...

The server hostname is probably "localhost" in most cases. Port is default (3306) if MySQL. Database name is whatever you call the database. Username and password is for the account you create which has permissions to access the database you created. Prefix should have been populated by default (I believe its phpbb_ or something like that).

Re: PHP Forums

Posted: April 1st, 2010, 10:24 pm
by Epsilon
fl00d3d wrote:Not to be rude, but if you can't figure it out - you probably shouldn't be playing with it.
Well i thought I would give it a try :)

But What is the default Database name, not sure i changed it

Could not connect to the database, see error message below.
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

Re: PHP Forums

Posted: April 2nd, 2010, 11:42 am
by fl00d3d
You're trying to use an Access Database at home?

Re: PHP Forums

Posted: April 2nd, 2010, 3:44 pm
by Epsilon
Yes, I'm trying to access it at home with the webserver, I have a server Box on the network here.

Not directly with it.

Re: PHP Forums

Posted: April 10th, 2010, 1:05 pm
by Nightma12
phpBB requires a mySQL database. it MAY work with msSQL but it certainly does not support access.

Re: PHP Forums

Posted: April 11th, 2010, 12:49 am
by danpaul88
phpBB3 supports the following databases;

FireBird 2.0 or above
MySQL 3.23 or above
MS SQL Server 2000 or above (directly or via ODBC)
Oracle
PostgreSQL 7.x or above
SQLite 2


http://www.phpbb.com/support/documentat ... ements.php


The database server should be installed on the same machine as the website is hosted on. I would recommend using MySQL, which you can download and install from http://dev.mysql.com/downloads/, where you want to select the Community Server option (unless you want to pay for an Enterprise Server...? :P )

Re: PHP Forums

Posted: April 11th, 2010, 8:18 pm
by Epsilon
I have/had "MSSQL Server 2000+ via ODBC" already installed. Will this one work?

If not i will remove and install the other one.

Re: PHP Forums

Posted: April 11th, 2010, 10:08 pm
by fl00d3d
Don't mess with MS SQL. I highly doubt you were using it anyway.

Stick with MySQL.

Re: PHP Forums

Posted: April 12th, 2010, 9:29 pm
by Epsilon
ah OK, well when I get some time away from class I will work on it. I will probably be posting more as well.

Re: PHP Forums

Posted: April 14th, 2010, 3:36 am
by wittebolx
Try a program called WAMP.
Its pretty easy and gives you a fair start with hosting stuff