From owner-freebsd-questions@FreeBSD.ORG Tue Jun 14 15:08:56 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA5A6106566C for ; Tue, 14 Jun 2011 15:08:56 +0000 (UTC) (envelope-from techlist@mail.bnetmd.net) Received: from mail.bnetmd.net (NS1.BNETMD.NET [66.159.80.125]) by mx1.freebsd.org (Postfix) with ESMTP id 7457D8FC08 for ; Tue, 14 Jun 2011 15:08:56 +0000 (UTC) Received: from GLENN2 (c-68-33-226-75.hsd1.md.comcast.net [68.33.226.75]) by mail.bnetmd.net (8.13.6/8.13.6) with SMTP id p5EEV88F016618 for ; Tue, 14 Jun 2011 10:31:13 -0400 (EDT) (envelope-from techlist@mail.bnetmd.net) Message-ID: <4AA6AFD54C094099AFB2628F5EBC06CA@GLENN2> From: "Glenn McCalley" To: Date: Tue, 14 Jun 2011 10:31:20 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6090 X-Mailman-Approved-At: Tue, 14 Jun 2011 15:37:27 +0000 Subject: Re: mysql_connect error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Glenn McCalley List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2011 15:08:56 -0000 >On Tuesday, June 14, 2011 09:46:17 AM Glenn McCalley wrote: >> Seen other people have this problem but cannot get their resolutions to >> work for me. >> >> "Fatal error: Call to oundefined function mysql_connect() in etc., etc." >> >> This began happening after an upgrade to php5 using the portmaster >> program. >> phpinfo page does -not- show the mysql_connect function anywhere. >> phpinfo page is at www9.bnetmd.net/index.php if you have the desire to >> look. >It looks good, where are you getting the error? in a web page or using cli? > >Rodrigo Ahh hadn't thought of that. It's cli. Does that have to be installed separately?Glenn.