[PHP-DB] using database without mysql installed

2008-10-24 Thread Patrick Price
I am trying to access a mysql database server from a php 5.2 server that doesn't have mysql installed on it. I don't have access or the ability to reinstall php on this server. Is it possible to install mysql after php is installed and up and running? If it is not possible, what would be th

RE: [PHP-DB] using database without mysql installed

2008-10-24 Thread Mohamed Ainab
yes it is possible, but you need to edit php.ini manually in order to enable mysql so that php can talk to mysql database. --- http://ainab.com http://somaliyrics.net Original Message Subject: [PHP-DB] using database without mysql installed From: "Patrick

Re: [PHP-DB] using database without mysql installed

2008-10-25 Thread YVES SUCAET
n run more smoothly (and definitely scalable). HTH, Yves -- Original Message -- Received: Fri, 24 Oct 2008 03:35:47 PM CDT From: "Patrick Price" <[EMAIL PROTECTED]> To: Subject: [PHP-DB] using database without mysql installed I am trying to access a mysql database server

Re: [PHP-DB] using database without mysql installed

2008-10-25 Thread Nitsan Bin-Nun
plication > run > more smoothly (and definitely scalable). > > HTH, > > Yves > > > -- Original Message -- > Received: Fri, 24 Oct 2008 03:35:47 PM CDT > From: "Patrick Price" <[EMAIL PROTECTED]> > To: > Subject: [PHP-DB] using database

Re: [PHP-DB] using database without mysql installed

2008-10-25 Thread Patrick Price
n the > > client-side rather than the server side. It may even make your > application > > run > > more smoothly (and definitely scalable). > > > > HTH, > > > > Yves > > > > > > -- Original Message -- > > Received: Fri, 24 Oc

Re: [PHP-DB] using database without mysql installed

2008-10-26 Thread Chris
Patrick Price wrote: I am trying to access a mysql database server from a php 5.2 server that doesn't have mysql installed on it. I don't have access or the ability to reinstall php on this server. Is it possible to install mysql after php is installed and up and running? Of course. php ju