PHP Forums

Forum rules
Need help with something? Anything? Post here.

Post a reply

Smilies
:smooch: :kitty: :hickrock: :music: :rake: :bash: :buba: :funnyshit: :welcome: :cyclops: :dance: :deal: :pclove: :gamer: :penguin: :fly: :ninja: :artist: :beer: :rocker: :spongebob: :link: :hunter: :psmurf: :hitler: :smurf: :geek: :loco: :music: :nosepicker: :ph34r: :pilot: :popcorn: :rtfm: :roulette: :sarcastic: :scenic: :suicide: :sun: :tele: :wacko: :wizard: :aggressive: :airkiss: :dance: :dash: :diablo: :unclesam: :fu: :gamer: tp(( ppr( aa) bbn) ac) :roll: 1234(( ii998) tt556) 3322)) 4455() :D :) :( :o :shock: :? 8-) hh) :mad: :oops: ;) :evil: :twisted: :!: :?: ab) :arrow: :idea:
View more smilies

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: PHP Forums

Re: PHP Forums

by wittebolx » April 14th, 2010, 3:36 am

Try a program called WAMP.
Its pretty easy and gives you a fair start with hosting stuff

Re: PHP Forums

by Epsilon » April 12th, 2010, 9:29 pm

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

by fl00d3d » April 11th, 2010, 10:08 pm

Don't mess with MS SQL. I highly doubt you were using it anyway.

Stick with MySQL.

Re: PHP Forums

by Epsilon » April 11th, 2010, 8:18 pm

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

by danpaul88 » April 11th, 2010, 12:49 am

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

by Nightma12 » April 10th, 2010, 1:05 pm

phpBB requires a mySQL database. it MAY work with msSQL but it certainly does not support access.

Re: PHP Forums

by Epsilon » April 2nd, 2010, 3:44 pm

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

by fl00d3d » April 2nd, 2010, 11:42 am

You're trying to use an Access Database at home?

Re: PHP Forums

by Epsilon » April 1st, 2010, 10:24 pm

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

by fl00d3d » April 1st, 2010, 10:17 pm

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).

PHP Forums

by Epsilon » April 1st, 2010, 9:37 pm

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:"

Top