[PHP] install question:php and mysql on win NT 4

2001-04-13 Thread Peter Van Dijck

Hi,
I installed php4 and apache on Win NT, it all works.

Except that I get this error:
open(/tmp\sess_fdf19ffc4a1192dd55183d067fc765fd, O_RDWR) failed: m (2) in

So it can't save those session variables. Do I need to change permissions? 
Or set up a folder? If so where / how?

Also: I can't seem to get mysql working. I can install it, but I'm used to 
using it on *nix. How can I open a command line and start building databases?

Thanks for any answers / hints / ideas / links!
Peter
~~
http://liga1.com: building multiple language/culture websites


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] install question:php and mysql on win NT 4

2001-04-13 Thread Fabian Raygosa

As far as mysql on windows goes i think you can just use the DOS command
line to type mysql
as wellas use their MySqlManager.exe. But if you are used to unix stick with
the DOS command line and make sure you are in the mysql/bin directory and it
should be the same interface

- Original Message -
From: "Peter Van Dijck" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, April 13, 2001 10:23 AM
Subject: [PHP] install question:php and mysql on win NT 4


 Hi,
 I installed php4 and apache on Win NT, it all works.

 Except that I get this error:
 open(/tmp\sess_fdf19ffc4a1192dd55183d067fc765fd, O_RDWR) failed: m (2) in

 So it can't save those session variables. Do I need to change permissions?
 Or set up a folder? If so where / how?

 Also: I can't seem to get mysql working. I can install it, but I'm used to
 using it on *nix. How can I open a command line and start building
databases?

 Thanks for any answers / hints / ideas / links!
 Peter
 ~~
 http://liga1.com: building multiple language/culture websites


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] install question:php and mysql on win NT 4

2001-04-13 Thread Phil Driscoll

Except that I get this error:
open(/tmp\sess_fdf19ffc4a1192dd55183d067fc765fd, O_RDWR) failed: m (2) in

Looks like your session.save_path is set incorrectly - set it to a sensible
windows path (eg C:\php\session or similar)

Cheers
--
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
http://www.dialsolutions.com
http://www.dtonline.org



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] install question:php and mysql on win NT 4

2001-04-13 Thread Peter Van Dijck

more probs:

I shut down my machine and restarted, now apache won't run properly.
Typing localhost gives server error: The server encountered an internal 
error or misconfiguration and was unable to complete your request.

There is nothing in the server error logs.
...
I don't know where to start ... help?
Peter
~~
http://liga1.com: building multiple language/culture websites


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] install question:php and mysql on win NT 4

2001-04-13 Thread Fabian Raygosa

Apache on NT is a service, check on control panel/services to see if it is
running,
beyond that i would need more details ...

- Original Message -
From: "Peter Van Dijck" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, April 13, 2001 11:46 AM
Subject: Re: [PHP] install question:php and mysql on win NT 4


 more probs:

 I shut down my machine and restarted, now apache won't run properly.
 Typing localhost gives server error: The server encountered an internal
 error or misconfiguration and was unable to complete your request.

 There is nothing in the server error logs.
 ...
 I don't know where to start ... help?
 Peter
 ~~
 http://liga1.com: building multiple language/culture websites


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]