In addition, does your apache's "DocumentRoot" point to the correct directory where 
your .php files are being housed? 

The default setting is at "\var\www\html".
Also run phpinfo() to check your php settings.

best regards,



>>> Neville Lewis <[EMAIL PROTECTED]> 06/12/02 03:06PM >>>
seems to be an apache problem
Hav u setup Apache-php properly
IF yes, are u able to access other php pages?


-----Original Message-----
From: Wil van der Krogt [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, June 12, 2002 11:43 AM
To: mysqllist
Subject: [Fwd: Studying mysql]




-------- Original Message --------
Subject: Studying mysql
Date: Tue, 11 Jun 2002 14:49:24 +0200
From: Wil van der Krogt <[EMAIL PROTECTED]>
CC: mysqllist <[EMAIL PROTECTED]>

Hello Listreaders,

I'm new on this list and i'm trying to get a mysql database working on
my workstation. I work with the Powerpack distribution from Linux
Mandrake edition 8.0. For the moment I don't have installed an ethernet
card for server facillities. I do everything from the KDE desktop
environment, so I don't use the Linux basisc command line. 
I used the book Mysql from Paul Dubois for my studies on mysql. I'm that
far that I can create and use scripts to load my database. 
Next thing I want to do is trying to use phpMyAdmin to be able to create
html scripts for loading the database. So I downloaded this program and
put the unzipped files as directory phpMyAdmin_2.2.6 on my home
directory.

Now I did change the script config.inc.php3 as followed:

$cfgPmaAbsoluteUri = 'http://localhost/home/myname/phpMyAdmin_2.2.6/' 

ScfgServers [$i] ['localhost'] string            (for localhost)
ScfgServers [$i] [''] string                     (for port) 
ScfgServers [$i] [''] string                     (for socket) 
ScfgServers [$i] ['tcp'] string                  (for connect_type)
ScfgServers [$i] ['root'] string                 (for controluser)
ScfgServers [$i] ['mypassword'] string           (for controluser password
ScfgServers [$i] ['config'] string               (for authentication)
ScfgServers [$i] ['root'] string                 (for user)
ScfgServers [$i] ['mypassword'] string           (for user password)
ScfgServers [$i] [''] string                     (for only_db)
ScfgServers [$i] [''] string                     (for verbose)
ScfgServers [$i] [''] string                     (for bookmarkdb)
ScfgServers [$i] [''] string                     (for relation)

Now I save this script and entered to Konqueror as browser and type as
URL

http://localhost/home/myname/phpMyAdmin/index.php3 
Now I get the message:

NOT FOUND
The requested URP /home/myname/phpMyAdmin_2.2.6/index.php3 was not found
on this server
----------------------------------
Apache Advanced ExtranetServer/1/3/19 Server at localhost localdomain
Port 80
 
When I change the URL into http://localhost: 
3306/home/myname/phpMyAdmin/index.php3 I get the message:

Connection to host localhost is broken

What I'm doing wrong? 

Wil van der Krogt

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail
<[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php 

================================================================
Deze e-mail is door E-mail VirusScanner van Planet Internet
gecontroleerd op virussen.
Op http://www.planet.nl/evs staat een verwijzing naar de actuele lijst
waar op wordt gecontroleerd.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail
<[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to