RE: Asking again... please help me!!!

2003-12-10 Thread Jan Magnusson
You really need to look at your DW installation/user manual/tutorial: how to
set up a site within DW and how to configure a db resource. The mySQL part
as such seems to work ok, but I doubt there are any db connections defined
yet (ODBC or JDBC). If this is new stuff to you take the ODBC route, it's
easier especially if you are on Windows.

Jan

> -Original Message-
> From: Lost Idols [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 09, 2003 18:15
> To: [EMAIL PROTECTED]
> Subject: Asking again... please help me!!!
>
>
> I did ask this before, but haven't got any help yet.
> I'm trying this again... so please let me know if you know.
>
> Setting up MySQL and PHP on my Mac OS X 10.2
> Just made it work... well, at least I now have a databse
> that I created and a table with two things inserted.
> I can also see them when I do a SELECT...
>
> So, since I know it's working, I started my DW MX
> to try to work from there, but I just get an error.
> I've been setting up the database with all the info
> and when I want to select from the list of databases
> I just get the following message:
>
>   HTTP Error Code 404 File Not Found.
>   Here are some possible reasons for the problem:
>
>   1) There is no testing server running on the server machine.
>
> What's wrong? Any clues here in this list?
>
> Staffan
>
> PS. I'm a newbie, so please write in newbie language ;-)
>
> _
> Hitta rätt på nätet med MSN Sök http://search.msn.se/
>
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Asking again... please help me!!!

2003-12-09 Thread Matt Griffin
MySQL doesn't return HTTP error codes.

Your problem is not with mysql but with Dreamweaver's browser not being
pointed at a running webserver.  Did you set up Apache (or some other
server) when you set up PHP and prove that both are functioning?

Matt

-Original Message-
From: Lost Idols [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 09, 2003 11:15 AM
To: [EMAIL PROTECTED]
Subject: Asking again... please help me!!!


I did ask this before, but haven't got any help yet.
I'm trying this again... so please let me know if you know.

Setting up MySQL and PHP on my Mac OS X 10.2
Just made it work... well, at least I now have a databse
that I created and a table with two things inserted.
I can also see them when I do a SELECT...

So, since I know it's working, I started my DW MX
to try to work from there, but I just get an error.
I've been setting up the database with all the info
and when I want to select from the list of databases
I just get the following message:

  HTTP Error Code 404 File Not Found.
  Here are some possible reasons for the problem:

  1) There is no testing server running on the server machine.

What's wrong? Any clues here in this list?

Staffan

PS. I'm a newbie, so please write in newbie language ;-)

_
Hitta rätt på nätet med MSN Sök http://search.msn.se/


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Asking again... please help me!!!

2003-12-09 Thread Vasoczki Ferenc
HTTP 404 is an error code, when you try to reach a file, what is not exist.
For example, if you have a webserver, http://mydomain.com 
and you have only an index.html nothing else, if you write
http://mydomain.com/myfile.html then you will get this error, 
because myfile.html is not an existing file.

It's also, if there is no WEBserver on that machine.
So it's not MySql or PHP or Mac problem.

Vaso

-Original Message-
From: Lost Idols [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 09, 2003 5:15 PM
To: [EMAIL PROTECTED]
Subject: Asking again... please help me!!!


I did ask this before, but haven't got any help yet.
I'm trying this again... so please let me know if you know.

Setting up MySQL and PHP on my Mac OS X 10.2
Just made it work... well, at least I now have a databse
that I created and a table with two things inserted.
I can also see them when I do a SELECT...

So, since I know it's working, I started my DW MX
to try to work from there, but I just get an error.
I've been setting up the database with all the info
and when I want to select from the list of databases
I just get the following message:

  HTTP Error Code 404 File Not Found.
  Here are some possible reasons for the problem:

  1) There is no testing server running on the server machine.

What's wrong? Any clues here in this list?

Staffan

PS. I'm a newbie, so please write in newbie language ;-)

_
Hitta rätt på nätet med MSN Sök http://search.msn.se/


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]