Date: Mon, 22 Jun 1998 08:52:57 +0200 From: Johann Visagie <wjv@cityip.co.za> To: Arisandy <sandy@divre5.telkom.co.id>, Question-Freebsd <freebsd-questions@FreeBSD.ORG> Subject: Re: Database? Message-ID: <19980622085257.C13180@cityip.co.za> In-Reply-To: <000301bd9d87$f57d0940$7305600a@ars.divre5.net>; from Arisandy on Mon, Jun 22, 1998 at 09:46:07AM %2B0700 References: <000301bd9d87$f57d0940$7305600a@ars.divre5.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 22 Jun 1998 at 09:46 SAT, Arisandy wrote: > > I like to install database server....to publish on web via apache+php > which database server is best for that ? mysql or postgress or others? MiniSQL, MySQL and Postgres should all do the job. PHP talks to all three. MiniSQL is minimalist, which makes it ideal for small jobs... which most Web-based databases turn out to be. MySQL is a very mature package, though also a bit on the minimalist side. Postgres has a ways to go to be as mature and stable, but will probably outstrip the others in terms of fucntionality, eventually. All the above IMHO. MiniSQL and MySQL have restrictive quasi-commercial licensing schemes. Postgres is free. > where can I find ODBC driver for windows in postgress database server :) http://www.postgresql.org/ -- V Johann Visagie | Email: wjv@CityIP.co.za | Tel: +27 21 419-7878 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980622085257.C13180>