From owner-freebsd-questions Fri Nov 24 2:31:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from post.webmailer.de (natmail2.webmailer.de [192.67.198.65]) by hub.freebsd.org (Postfix) with ESMTP id BC52837B479 for ; Fri, 24 Nov 2000 02:31:51 -0800 (PST) Received: from localhost.localdom (p3E9E156A.dip.t-dialin.net [62.158.21.106]) by post.webmailer.de (8.9.3/8.8.7) with ESMTP id LAA03417; Fri, 24 Nov 2000 11:31:48 +0100 (MET) Received: from masterpc (master [192.168.0.1]) by localhost.localdom (8.11.1/8.11.1) with ESMTP id eAOAP8I00597; Fri, 24 Nov 2000 11:25:08 +0100 (CET) Date: Fri, 24 Nov 2000 11:25:21 -0800 From: Boris X-Mailer: The Bat! (v1.46d) Personal Reply-To: Boris X-Priority: 3 (Normal) Message-ID: <76395278.20001124112521@x-itec.de> To: "Vitaly Dugaev" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: MySQL In-reply-To: <005801c05557$c0860c20$c6642cc2@default> References: <005801c05557$c0860c20$c6642cc2@default> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Vitaly, Thursday, November 23, 2000, 6:14:34 AM, you wrote: VD> Please help me get some information how conect to MySQL from ODBC (Win 98). VD> I have 12 computors in ethernet, in computer IP=200.0.0.1 I install FreBSD 4.0 with MySQL, but I can't or don't know how connect to them using ODBC (I want make program in Delphi as client). VD> I am beginer U need to download the ODBC driver from the mysql website. Internally, the driver connects to port 3306 on your bsd box. You have to read the dox about GRANT someone access to tables and how to allow connecting other hosts to your mysql-database, if you are not logging in with a @localhost (or similar). A small answer but there is everything well documented at mysql.com -- Best regards, Boris mailto:koester@x-itec.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message