Koozali.org: home of the SME Server

Need help installing phpBB

artful

Need help installing phpBB
« on: June 20, 2005, 04:04:02 PM »
I have SME 6.5 running.

I am trying to install the latest version of phpBB so that I can start a forum.

When I go thru the install process I get:
Quote
phpBB : Critical Error

Could not connect to the database


has anyone successfully installed this on SME?

I have created a mysql user.

If it's better to install a different forum package then your suggestions are very welcome. (but not Xoops)

thecat

Need help installing phpBB
« Reply #1 on: June 20, 2005, 11:48:11 PM »
sure all you have to do is:

create a mysql database

for example: mysql
create database phpbb;

Now you want to grant privileges for that database and a user, for example;
grant all on phpbb.* to phpbbuser@localhost identified by 'phpbbpassword';

exit

Now that the database is taken care off.

Make certain your permission are correct on your phpBB files (I think install folder and install.php and a couple others have to be at least 755 - the readme will let you know)

Then go to your web site ....../phpBB2/install.php and follow the prompts.

Hope this helps

thecat

Need help installing phpBB
« Reply #2 on: June 21, 2005, 06:42:05 AM »
sorry your last step should be goto www.youraddress.com/phpBB2/install/install.php and follow the prompts