February 7th, 2003, 11:59 PM
|
#1 (permalink)
| | Ultimate Member
Join Date: Dec 2002 Location: Fayetteville, NC
Posts: 1,385
|
am trying to setup my own little forum just to experiment on how it is done. I know I need MySQL and phpbb2. I don't know what to do from there. I already have phpbb2 downloaded and MySQL installed. What do I do from here? BTW, I don't know nothing bout MySQL or any other database program.
Thanx.  |
| |
February 8th, 2003, 12:05 AM
|
#2 (permalink)
| | Ultimate Member
Join Date: Jun 2002 Location: Iowa
Posts: 2,879
|
Do you have your own server........... or is this going to be hosted somewhere else?
Pretty simple really,
Set up the database, edit the phpbb2 config files (read the directions) and make sure the permissions on the files are set correctly (VERY IMPORTANT). |
| |
February 8th, 2003, 12:06 AM
|
#3 (permalink)
| | Ultimate Member
Join Date: Dec 2002 Location: Fayetteville, NC
Posts: 1,385
|
I have my own server. I have IIS 5.1. |
| |
February 8th, 2003, 12:11 AM
|
#4 (permalink)
| | Ultimate Member
Join Date: Oct 2001 Location: Trent University
Posts: 2,414
|
You must also have php installed on the server.
__________________
The difficulty is to try and teach the multitude that something can be true and untrue at the same time. -- Arthur Schopenhauer
|
| |
February 8th, 2003, 12:11 AM
|
#5 (permalink)
| | Ultimate Member
Join Date: Jun 2002 Location: Iowa
Posts: 2,879
|
Hmmmm I've only set it up on apache servers..... but I'm sure it's similar. I don't know how to tell you to set up MySql, but as far as the database goes, it's pretty simple. If your create the database, usually in the phpscripts it automatically creates the tables for you when you run the install file. The usual files needed by the script include:
databasename
username
password
url to script
path to script
The php files README should provide you with all the necc steps. Just make sure the permissions on the files are set right. This simple step has caused me more headaches than I'd like to admit  |
| |
February 8th, 2003, 12:12 AM
|
#6 (permalink)
| | Ultimate Member
Join Date: Dec 2002 Location: Fayetteville, NC
Posts: 1,385
|
I have PHP 4.3 and Active State Perl 5.8. |
| |
February 8th, 2003, 12:15 AM
|
#7 (permalink)
| | Ultimate Member
Join Date: Dec 2002 Location: Fayetteville, NC
Posts: 1,385
|
Well, to tell you the truth I don't know how to create a database or anything with MySQL. I just know that I have installed it. That is it and I have created a process to it starts with Windows and the little icon is down in the taskbar. |
| |
February 8th, 2003, 12:35 AM
|
#8 (permalink)
| | Ultimate Member
Join Date: Jun 2002 Location: Iowa
Posts: 2,879
|
mysql -uXXXXX -pXXXXX DATABASENAME
The above is how I think it's done if you telenet into your server
-u(UsernameHere) -p(PasswordHere) |
| |
February 8th, 2003, 12:41 AM
|
#9 (permalink)
| | Ultimate Member
Join Date: Dec 2002 Location: Fayetteville, NC
Posts: 1,385
|
I typed that into Command Prompt and it returned Error 1045: Access denied for user: 'webmaster@localhost' <Using Password: Yes>. Any idea of why this happens? |
| |
February 9th, 2003, 12:39 PM
|
#10 (permalink)
| | Ultimate Member
Join Date: Dec 2002 Location: Fayetteville, NC
Posts: 1,385
|
I finally got it to work. I used phpmyadmin. That is one nice program!  This morning I booted up my puter and mySQL showed this error message:
030208 18:56:55 MySql: Shutdown Complete
030208 18:56:55 MySql: Normal shutdown http://www.innodb.com/ibman.html
the InnoDB startup options listed in section 2 at
But to get good performance you should adjust for your hardware
innodb_data_file_path = ibdata1:10M:autoextend
section, for example,
or my.ini. If you want to use InnoDB tables, add to the [mysqld]
to the [mysqld] section of init parameters in your my.cnf
skip-innodb
If you do not want to use transactional InnoDB tables, add a line
Cannot initialize InnoDB as 'innodb_data_file_path' is not set.
MySql: ready for connections
Anybody know what this means and how to fix it? Thanks! |
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | |
Posting Rules
| You may post new threads You may post replies You may not post attachments You may not edit your posts HTML code is Off | | | | Most Active Discussions | | | | | Recent Discussions  | | | | | |