From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 04:50:01 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C57216A469 for ; Tue, 10 Jul 2007 04:50:01 +0000 (UTC) (envelope-from fbsd@a1poweruser.com) Received: from mta17.adelphia.net (mta17.mail.adelphia.net [68.168.78.99]) by mx1.freebsd.org (Postfix) with ESMTP id A51CA13C459 for ; Tue, 10 Jul 2007 04:49:45 +0000 (UTC) (envelope-from fbsd@a1poweruser.com) Received: from laptop ([76.190.225.105]) by mta9.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20070710033312.IMO12750.mta9.adelphia.net@laptop> for ; Mon, 9 Jul 2007 23:33:12 -0400 From: "fbsd" To: "freebsd-questions@FreeBSD. ORG" Date: Mon, 9 Jul 2007 23:33:08 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Mailman-Approved-At: Tue, 10 Jul 2007 11:40:06 +0000 Cc: Subject: accessing mysql server remotely X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 04:50:01 -0000 Just a general question about mysql remote access. Is it possible to login to my remote mysql server and create a new db & table using a file on the local system which contains the definition statements? Thanks