473,809 Members | 2,775 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Help with MYSQL and PHPBB on Server 2003 Standard

Hello,

Trying to get help with this situation. I have installed PHPBB, PHP (4X) and
MySQL 4.1.

This is how I started out.

1. Installed MYSQL - ran setup - did FULL install - and entered in new
password when requested. MYSQL gave the green light when computer rebooted.
Created new database with CREATE DATABASE XXX; Also installed ODBC from
MYSQL site and created a "SITE DSN" for the ODBC

2. Installed PHP and verfied working and accessible

3. Installed PHPBB per the instructions on the site. Did the permissions as
instructed on config.php and install.php

4. Came to the install screen. Entered the info and password that I did with
MYSQL installation (Root was the username)

NOW SAYS - CANNOT CONNECT TO THE DATABASE. I do not know what to do at this
point.. Please help
Jul 20 '05 #1
3 2130
I would strongly advise you not to use your root for PHPBB.
Also look if the session ID fields are 32 characters long (for some reason,
when I changes to the new MySQL they became 10 long).

Sorry, cannont help you with the connect problem.
Seems strange after stap 2.
It does not say: "connection denied" but that he could not connect.

Are you shure the user rights are correct (maybe localhost only while you
connect from an other machine)?

Good luck,
Wouter
P.S. I also think you need to select the news groups you post to more
carefull.

"iisath" <ii****@yahoo.c om> wrote in message
news:O7******** ***********@twi ster.southeast. rr.com...
: Hello,
:
: Trying to get help with this situation. I have installed PHPBB, PHP (4X)
and
: MySQL 4.1.
:
: This is how I started out.
:
: 1. Installed MYSQL - ran setup - did FULL install - and entered in new
: password when requested. MYSQL gave the green light when computer
rebooted.
: Created new database with CREATE DATABASE XXX; Also installed ODBC from
: MYSQL site and created a "SITE DSN" for the ODBC
:
: 2. Installed PHP and verfied working and accessible
:
: 3. Installed PHPBB per the instructions on the site. Did the permissions
as
: instructed on config.php and install.php
:
: 4. Came to the install screen. Entered the info and password that I did
with
: MYSQL installation (Root was the username)
:
: NOW SAYS - CANNOT CONNECT TO THE DATABASE. I do not know what to do at
this
: point.. Please help
:
:
Jul 20 '05 #2
Hello,

Your error message says that it could not connect to the database. IIS does
not connect to any database (not in this case anyhow), and this is a
configuration problem with PHPBB and/or MySQL.

Have you tried to post to forums for PHPBB and/or MySQL?

By the way, you might don't want to run your forum using the user root.

--
Regards,
Kristofer Gafvert
http://www.ilopia.com
"iisath" <ii****@yahoo.c om> wrote in message
news:O7******** ***********@twi ster.southeast. rr.com...
Hello,

Trying to get help with this situation. I have installed PHPBB, PHP (4X) and MySQL 4.1.

This is how I started out.

1. Installed MYSQL - ran setup - did FULL install - and entered in new
password when requested. MYSQL gave the green light when computer rebooted. Created new database with CREATE DATABASE XXX; Also installed ODBC from
MYSQL site and created a "SITE DSN" for the ODBC

2. Installed PHP and verfied working and accessible

3. Installed PHPBB per the instructions on the site. Did the permissions as instructed on config.php and install.php

4. Came to the install screen. Entered the info and password that I did with MYSQL installation (Root was the username)

NOW SAYS - CANNOT CONNECT TO THE DATABASE. I do not know what to do at this point.. Please help

Jul 20 '05 #3
Oh wait a minute...
Maybe you need to reset your password with OLD_PASSWORD (instead of
PASSWORD).

PHP does still use the old way to communicate the password with MySQL.

Maybe this solves the problem? (I hope so)
Wouter
"Kristofer Gafvert" <kg******@NEWSi lopia.com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
: Hello,
:
: Your error message says that it could not connect to the database. IIS
does
: not connect to any database (not in this case anyhow), and this is a
: configuration problem with PHPBB and/or MySQL.
:
: Have you tried to post to forums for PHPBB and/or MySQL?
:
: By the way, you might don't want to run your forum using the user root.
:
: --
: Regards,
: Kristofer Gafvert
: http://www.ilopia.com
:
:
: "iisath" <ii****@yahoo.c om> wrote in message
: news:O7******** ***********@twi ster.southeast. rr.com...
: > Hello,
: >
: > Trying to get help with this situation. I have installed PHPBB, PHP (4X)
: and
: > MySQL 4.1.
: >
: > This is how I started out.
: >
: > 1. Installed MYSQL - ran setup - did FULL install - and entered in new
: > password when requested. MYSQL gave the green light when computer
: rebooted.
: > Created new database with CREATE DATABASE XXX; Also installed ODBC from
: > MYSQL site and created a "SITE DSN" for the ODBC
: >
: > 2. Installed PHP and verfied working and accessible
: >
: > 3. Installed PHPBB per the instructions on the site. Did the permissions
: as
: > instructed on config.php and install.php
: >
: > 4. Came to the install screen. Entered the info and password that I did
: with
: > MYSQL installation (Root was the username)
: >
: > NOW SAYS - CANNOT CONNECT TO THE DATABASE. I do not know what to do at
: this
: > point.. Please help
: >
: >
:
:
Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2074
by: Somerset Bob | last post by:
I've posted my query at the phpbb forum, where I got half an answer and then no more. I posted it again at another phpbb forum, where I got half an answer and no more. I posted it in alt.php, where I got half an answer, then no more. In desperation, I'm now posting again in alt.php, alt.comp.lang.php and comp.lang.php in the hope that someone will find the time to help. This was my original query:
2
2957
by: Somerset Bob | last post by:
I've got pagination errors in a phpBB board. Some forums are showing "page 1 of 0". Previous enquiries both here and at the phpBB forum have given me half-answers, the latest of which contained this advice: For each forum in phpbb_forums: -) Get the number of posts that belong to a forum from phpbb_posts select count(*) as count from phpbb_posts where forum_id=$forum_id update phpbb_forums set forum_posts=$count where...
2
1988
by: iisath | last post by:
Hello, Trying to get help with this situation. I have installed PHPBB, PHP (4X) and MySQL 4.1. This is how I started out. 1. Installed MYSQL - ran setup - did FULL install - and entered in new password when requested. MYSQL gave the green light when computer rebooted. Created new database with CREATE DATABASE XXX; Also installed ODBC from
3
3357
by: cooldv | last post by:
i am running a website on Windows 2000 server with ASP 3 webpages and Access 2000 database. (with a hosting company) traffic is slow at this time but expect to grow. lately i have been reading about sql database and sql server, specially this article: http://www.aspfaq.com/show.asp?id=2195 will someone help me understand: 1. with *SQL Server*, do i keep my current Access 2000 database and ASP pages?
3
1920
by: slash | last post by:
Hi , Im new to MySql and i have no idea how to convert a sql server user defined function to MySql. Can any one help me.. CREATE FUNCTION ChildCategories (@categoryId int, @taxId int, @dummyTaxId int) RETURNS @retTable TABLE (path varchar(2048), parent_id int, category_id int,
1
121540
by: jiing | last post by:
Now let me describe what I have done and my purpose: Originally, I want to user ports to install phpBB But I found that phpBB doesn't support mysql 5.x (but the ports installed mySQL 5.0.0 alpha) so I deinstall mysql5-server and mysql5-client And then I install mysql41-server and mysql41-client on FreeBSD 5.3 by ports but now , mysql is not workable
7
3715
by: Eric | last post by:
Hi, Any suggestion to Rapid Application Dev with postgreSQL ? I have a small app to make. I would prefer open-source solution if possible. I also would like to developp on my linux box but the result will be used on a windows 2000 and XP machine. But If I have no choice, I will developp on winXP.
0
5578
by: gunimpi | last post by:
http://www.vbforums.com/showthread.php?p=2745431#post2745431 ******************************************************** VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help wanted ******************************************************** For this teeny job, please refer to: http://feeds.reddit.com/feed/8fu/?o=25
1
3554
by: selvamcbe | last post by:
sir I have a problem with installtion of phpbb 2 Forum in my website... I am having a website named http://www.clickonlinejobs.com Also i plan to include forum with it.So i have added my forum in my sub domain named http://www.forum.clickonlinejobs.com... Here is the steps what i done for installation 1.Based on Flash video tutorial which available in http://www.phpbb.com i copied my extracted phpbb files into my sub domain which...
0
845
by: mbatestblrock | last post by:
Hi all, this is a pretty basic question that I searched for and didn't find anything that I think someone could tell me pretty quick, and if so I would be thankful. I am wanting to install PHPbb forum on a web server which is also running Exchange 03 (basic setup) I was just wondering if I install MYSQL to install the PHPbb database could I see any problems with it clashing with the SQL server that was installed with exchange. The...
0
9721
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10637
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10376
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10379
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10115
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5550
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5687
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4332
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3014
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.