From owner-freebsd-questions Sat Nov 27 1:54:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail-1.actllc.com (mail-1.actllc.com [209.221.160.11]) by hub.freebsd.org (Postfix) with ESMTP id 283B514D09 for ; Sat, 27 Nov 1999 01:54:43 -0800 (PST) (envelope-from majid@ibroadcast.net) Received: from malmassa (sales1.ibroadcast.net [209.221.145.14] (may be forged)) by mail-1.actllc.com (8.9.3/8.9.1) with SMTP id BAA19084; Sat, 27 Nov 1999 01:59:42 -0800 Message-ID: <00ce01bf38bd$8093af80$0e91ddd1@balfourplace.com> From: "Majid Almassari" To: "Peter Kok" Cc: "freebsd-questions@FreeBSD.ORG" References: <383F6F15.FA8E2047@stlinux.ouhk.edu.hk> Subject: Re: may i ask abt mysql Date: Sat, 27 Nov 1999 01:55:01 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To Create a Database in MySQL use mysqladmin -p create [nameofdatabase] Now to link your database to your website you need to know cgi programming and some Perl depending on how complex you want to go. I recommend picking up the famous MySQL&mSQL Book by Randy Jay Yager, in my opinion it is pretty good book written for all levels. The answer to your second question access.log is used to log the IPs, URLs and the browser the clients are using when they access your website its like the name implies "access log" records who is accessing your website. now I don't now what you mean by the combination httpd-access.log; I would suspect that this would start the httpd daemon with an acess log option. Majid Almassari, MSEE, MCP. Systems Administrator. iBroadcast, Inc. (206) 223-5540 http://www.ibroadcast.net ----- Original Message ----- From: Peter Kok To: Sent: Friday, November 26, 1999 9:41 PM Subject: may i ask abt mysql > Hello all > > I would like to set up web page to link to database by mysql > may i know how to use the mysql? eg create table, name field. > > On the other hands, what is the function of the file 'httpd-access.log' > > Thank you very much > > b. regards > Peter > > > > 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