Re: [PHP] Mac OSX !?!?!?

2002-01-17 Thread Jim Dickenson
There is a link at http://www.entropy.ch/software/macosx/mysql/ for a startup items package. This will cause MySQL to start when you restart the Mac OS X system. On 1/17/2002 8:30 AM, "Erik Price" <[EMAIL PROTECTED]> wrote: > There is a utility called "daemonic" which is designed to deal with t

Re: [PHP] Mac OSX !?!?!?

2002-01-17 Thread Erik Price
There is a utility called "daemonic" which is designed to deal with this as well, but works for more than just MySQL -- it's intended to be used for all server daemons. http://daemonic.sourceforge.net/ It is Mac OS X-specific at this time, but according to the web site is designed for future

Re: [PHP] Mac OSX !?!?!?

2002-01-16 Thread Joel Wickard
try calling session_start() as the very first thing in your php script. - Original Message - From: "René Fournier" <[EMAIL PROTECTED]> To: "PHP General" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 16, 2002 7:41 PM Subject:

Re: [PHP] Mac OSX !?!?!?

2002-01-16 Thread René Fournier
Somebody suggested I post the source--good idea! So here it is... The header.inc file, in its entirety: Site :: Jupiter :: Europa Europa"; } if ($table) { echo " : Tables"; }

Re: [PHP] Mac OSX !?!?!?

2002-01-16 Thread René Fournier
Somebody suggested I post the source--good idea! So here it is... The header.inc file, in its entirety: Site :: Jupiter :: Europa Europa"; } if ($table) { echo " : Tables"; }

Re: [PHP] Mac OSX !?!?!?

2002-01-16 Thread Richard Baskett
Kind of hard to say without source code for the session part.. Although the MySQL warnings, I got those because MySQL does not automatically start in OSX, if you know it's started then Im not sure, but if not.. go here to get the autostart utility: http://www.entropy.ch/software/macosx/mysql/ T

Re: [PHP] Mac OSX and MySQL

2001-12-05 Thread Erik Price
On Wednesday, December 5, 2001, at 12:24 AM, René Fournier wrote: > > I have to create a MySQL for my PHP scripts. How do I do this in Mac > OSX? There are a bunch of command line tools, but I'm not sure which > one[s] to use. Well, if you already have MySQL installed, then just use them as