View previous topic :: View next topic |
Author |
Message |
Hendri>< n00b
Joined: 16 May 2004 Posts: 14
|
Posted: Tue Jun 15, 2004 7:40 am Post subject: Critical Error |
|
|
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 |
|
|
Diezel l33t
Joined: 04 Feb 2003 Posts: 600 Location: Karjaa, Finland
|
Posted: Tue Jun 15, 2004 7:52 am Post subject: Re: Critical Error |
|
|
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 |
|
|
scalded n00b
Joined: 13 May 2004 Posts: 68 Location: US
|
Posted: Tue Jun 15, 2004 7:53 am Post subject: |
|
|
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 |
|
|
Hendri>< n00b
Joined: 16 May 2004 Posts: 14
|
Posted: Wed Jun 16, 2004 6:13 am Post subject: Hello |
|
|
Thank's guys. Not rtfm is a bad thing? |
|
Back to top |
|
|
|