----- Original Message ----- From: "Kevin Waterson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 10, 2002 10:59 AM Subject: Re: [SLUG] Need??
> On Fri, 10 May 2002 10:00:39 +1000 > Mick Howe <[EMAIL PROTECTED]> wrote: > > > On Fri, 10 May 2002 07:08, D. Babbage shouted from the roof tops: > > > I want to be able to test a php script which requires MySQL. Since my web > > > hosting package doesn't include that capability, I want to test it from my > > > Linux machine. My XP machine that I am using here is networked via a > > > crossover cable to my Linux box running Red Hat 7.2. When I installed Red > > > Hat I marked "web server" and "SQL" during the set up. Samba is running OK > > > and I can see the Linux box from the Windows machine. > > > What do I need to do next? > > > Regards > > > Don > > Selecting SQL server option on RedHat Install gives you Postgress SQL. > > > > If you need MySQL you will have to install it yourself. > > Redhat comes with a choice of SQL installations, MySQL or Postgres > > rpm -q mysql > will let you know if it is installed. > if not install from the CD > > you will also need php-mysql rpm and of course apache web server. > > Kevin > -- > SLUG - Sydney Linux User's Group - http://slug.org.au/ > More Info: http://lists.slug.org.au/listinfo/slug > > > You will need to configure apache to use mod_php4 for files with the php extension. Karun -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
