Critical error

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
nesje
-


Joined: 17 Jan 2005
Posts: 3

PostPosted: Mon Jan 17, 2005 9:45 pm    Post subject: Critical error Reply with quote

phpBB : Critical Error

Could not connect to the database

what should i do to fix this??

thx
Back to top View user's profile Send private message
NoName
-


Joined: 05 Jan 2005
Posts: 88
Location: Lawton America

PostPosted: Mon Jan 17, 2005 10:00 pm    Post subject: Reply with quote

Create the database for phpBB to use...
_________________
-NoName
www.nonameproductions.us

Powered by Abyss Web Server
Back to top View user's profile Send private message Visit poster's website AIM Address
Tim1681
-


Joined: 17 Jan 2005
Posts: 160
Location: Bristol, CT, USA

PostPosted: Mon Jan 17, 2005 10:00 pm    Post subject: Reply with quote

Do you have the right version of MySQL Selected in the Install.php Page?
Back to top View user's profile Send private message AIM Address
nesje
-


Joined: 17 Jan 2005
Posts: 3

PostPosted: Mon Jan 17, 2005 10:09 pm    Post subject: Reply with quote

i've selected MySQL 4.x

and how do you create a database is there a tutorial of it?

thx
Back to top View user's profile Send private message
Tim1681
-


Joined: 17 Jan 2005
Posts: 160
Location: Bristol, CT, USA

PostPosted: Mon Jan 17, 2005 10:18 pm    Post subject: Reply with quote

goto your MySQL Command Line Client & type in the following code, donot type in the mysql>'s or the ->'s!

Code:

mysql> create database
    -> DatabaseName;


Then assign a user to it:

Code:

mysql> SET PASSWORD FOR
    -> 'some_user'@'some_host' = OLD_PASSWORD('newpwd');
Back to top View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
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


Powered by phpBB phpBB Group