
March 14th, 2005, 08:51 AM
|
 |
I'm Internet Famous
|
|
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890
 
Time spent in forums: 1 Week 16 h 14 m 9 sec
Reputation Power: 8
|
|
MySQL is different than Microsoft Access.
Well, they're sort of the same, but your statements lead me to believe you expect to connect to Access from MySQL?
which isn't going to happen.
Make sure MySQL is running.
At the command line, go to the bin directory within your MySQL directory, and type "mysql"
If it connects, then you're in and MySQL is installed and working... otherwise, you might have missed a step in the installation of MySQL.
you might want to refer to MySQL's documentation on Installing MySQL...
If you want to use Access, refer to the section in phpBB documentation Quote: 3.iv. Installing on MS Access 2000/XP
Before you install phpBB 2 you need to create a Data Source Name or DSN. The exact way to do this will depend on your hosting provider, if you are unsure you should check with them before proceeding. In general though you should create a System DSN which points to the location where you have stored an unarchived copy of the ms_access_primer.mdb file (this is contained in the ms_access_primer.zip which can be found in install/schemas/). The name you give this DSN will be used during installation. Do not proceed until this step is complete!
Please note that MS Access support is not designed for busy boards. If you anticipate more than one or two users being online at any given time you should upgrade to a more robust server solution. |
|