Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Critical Error
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Hendri><
n00b
n00b


Joined: 16 May 2004
Posts: 14

PostPosted: Tue Jun 15, 2004 7:40 am    Post subject: Critical Error Reply with quote

I'm using No-ip as my dns, mysql for my database and running apache. I want to get a phpbb forum up but I don't know where to find the info required for setup.

Database Configuration

Database Server Hostname / DSN:
Your Database Name:
Database Username:
Database Password:

It's all run on one machine. So it shouldn't be to hard to find.

I know this computers name is "ForgottenSmaurai" and I only log in as root.
Back to top
View user's profile Send private message
Diezel
l33t
l33t


Joined: 04 Feb 2003
Posts: 600
Location: Karjaa, Finland

PostPosted: Tue Jun 15, 2004 7:52 am    Post subject: Re: Critical Error Reply with quote

Database Configuration

Database Server Hostname / DSN: 127.0.0.1 <--It is your "localhost"
Your Database Name: the name of the DB. This you need to make. Read on mysql.com howto.

Database Username: User with rights to the above DB
Database Password: And users password.

You can find info on mysql at MySQL.com
And if you want, you can manage your mysql database with PhpMyadmin. I think it's even in portage.
_________________
A bus station is where a bus stops, a train station is where a train stops. On
my desk I have a work station..
Nixadmins.net
FLUG member 473
Back to top
View user's profile Send private message
scalded
n00b
n00b


Joined: 13 May 2004
Posts: 68
Location: US

PostPosted: Tue Jun 15, 2004 7:53 am    Post subject: Reply with quote

You haven't read any documentation, have you? Skim through the installation docs on http://www.mysql.com/ . You will need to set the root password for the mysql server (its different than your unix root user, and you should use a different password for mysql's root). Then create a database (perhaps with the name `phpbb`).

If you aren't worried about security, just give phpbb your mysql root user and password, otherwise make another username (maybe `phpbb` as well) and give it full permission to the database. Everything you need to know is pretty well documented on the mysql website, but if you're dependent on GUIs and you've created a root password, check out http://phpmyadmin.sourceforge.net/ ( emerge -va phpmyadmin ) for adding users and databases.

your phpbb config would be something like this
Code:
Database Server Hostname / DSN: localhost
Your Database Name: phpbb
Database Username: phpbb
Database Password: INeverRTFMBecauseWin32DiditForMe
Back to top
View user's profile Send private message
Hendri><
n00b
n00b


Joined: 16 May 2004
Posts: 14

PostPosted: Wed Jun 16, 2004 6:13 am    Post subject: Hello Reply with quote

Thank's guys. Not rtfm is a bad thing?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum