From owner-freebsd-questions Fri Feb 26 7:13:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtpott2.nortel.ca (smtpott2.NortelNetworks.com [192.58.194.80]) by hub.freebsd.org (Postfix) with ESMTP id 4C49D14F5A for ; Fri, 26 Feb 1999 07:13:53 -0800 (PST) (envelope-from wyattn@nortelnetworks.com) Received: from zrtpd004.us.nortel.com (actually nrtpd004) by smtpott2.nortel.ca; Fri, 26 Feb 1999 10:13:03 -0500 Received: from zrtpd00n.us.nortel.com by zrtpd004.us.nortel.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1460.8) id FR10BRTZ; Fri, 26 Feb 1999 10:12:46 -0500 Received: from brtph629.us.nortel.com by zrtpd00n.us.nortel.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1460.8) id 1WMNWTSC; Fri, 26 Feb 1999 10:12:38 -0500 Message-ID: <36D6B9E5.6808B7E9@americasm01.nt.com> Date: Fri, 26 Feb 1999 10:12:37 -0500 From: "Wyatt Nordstrom" Organization: Nortel X-Mailer: Mozilla 4.05 [en] (X11; I; HP-UX B.10.20 9000/778) MIME-Version: 1.0 To: drkhoe@gmsnet.com Cc: Ruan , freebsd-questions@freebsd.org Subject: Re: Help with installing MySQL under FBSD. pliz. References: <199902260816.AAA09511@gms.gmsnet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Orig: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I do not know of an off the shelf web front end for mysql. I use mysql as the database for a web site. Most of my scripts were written in c. They were too easy. My first program took about an hour. Most of the time was spent figuring out that I had to include libraries and include directories. The command line to compile under freebsd 2.2.7 stable is: gcc -L/usr/local/lib/mysql -I/usr/local/include/mysql file.c -lmysqlclient -lm Check out the c api section of the mysql manual. This shows you everything you need to know about the api. In addition, I did a search on the web for mysql tutorials. There are plenty out there, and some of them are very detailed explaining the api. This is where I got the most help about programming to interface to mysql. About PHP, I initially looked into PHP, and like DOC, I installed Apache with php. Although, I have not used php so far (mainly because of my c background and time constraints), the interface to mysql is simple. Very easy to use. If you are looking for a simple interface that works great on the web, and you have the time for the learning curve, PHP is probably the way to go. By the way, there are some great web resources on php. Just find the php home page, and your off to the races. Dr. Mosh wrote: > >I am busy installing it at the moment. So far, the installation > >is going well - please mail me if you have any specific questions. > > > >Do you perhaps know of a free web front-end for mysql? I would like to > >setup a helpdesk database/telephone directory using mysql. > > I personally use Apache with the PHP module... works great for mysql... > Haven't had any problems installing any of them... > > > > >Thanx > >Ruan > > > >On Wed, 24 Feb 1999 0824@08700000.mhs.rosmail.com wrote: > > > >> > >> Could anyone share your experience of installing mysql > >> under freebsd? > >> > >> Vlad. > > -The Doc > > -- > ------ drkhoe@gmsnet.com -------------- ++++++ ---------------------- > ///// http://progmetal.gmsnet.com ----------------==== Unix systems - > C/C++ video game engine development =><=============== Administration > ===================== Intranet/Internet Engineering ================= > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message