From owner-freebsd-questions@FreeBSD.ORG Thu Mar 3 19:35:31 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27DBD106564A for ; Thu, 3 Mar 2011 19:35:31 +0000 (UTC) (envelope-from mkearney@nvita.org) Received: from squirrelserver.nvita.org (nvita.org [173.10.132.234]) by mx1.freebsd.org (Postfix) with ESMTP id D966D8FC1A for ; Thu, 3 Mar 2011 19:35:30 +0000 (UTC) Received: from SQUIRRELSERVER.nvita.org ([192.168.0.3]) by SQUIRRELSERVER.nvita.org ([192.168.0.3]) with mapi; Thu, 3 Mar 2011 14:34:58 -0500 From: "Michael J. Kearney" To: "questions@freebsd.org" Date: Thu, 3 Mar 2011 14:34:56 -0500 Thread-Topic: mysql missing from my home-page WordPress.... Thread-Index: AcvZ2Au/83n97nzSR5SRmYfSKFczhgAAgfaa Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: Subject: Re: mysql missing from my home-page WordPress.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2011 19:35:31 -0000 Wordpress install ftw I created a new database manually.... Http://www.inverselog.info John D Jones III wrote: On 03/01/2011 03:50 PM, Gary Kline wrote: > On Tue, Mar 01, 2011 at 04:03:13PM -0500, Glenn Sieb wrote: >> On 3/1/11 3:53 PM, Gary Kline wrote: >>> >>> Any clues why I get a one-liner from wordpress that my database >>> extention is missing? I re-installed everything; it is running. >>> The "wordpress" db is there when I check 'show database'. What >>> else? >> >> Check and make sure the MySQL extensions are installed in PHP? >> >> pkg_info | grep php5-mysql >> (if not..) >> cd /usr/ports/databases/php5-mysql&& make install clean >> >> Good luck! >> --Glenn >> > > This was the first thing I [re-] installed. > > > q0 14:47 Server [5001] pkg_info | gr php5-mysql > 470:php5-mysql-5.3.5 The mysql shared extension for php > 471:php5-mysqli-5.3.5 The mysqli shared extension for php > q0 14:47 Server [5002] >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.= org" > I had a similar problem with PHP after I upgraded it. The location of the php extensions had changed, but my php.ini was still pointing to the old location of the modules. You may want to double check the path and make sure they're both the same. If not, I recommend copying in the new .default php.ini file and make your custom changes there, as there were recently many settings changed/added in the latest PHP version. -- Thanks, John D Jones III freebsd-questions@bsdgeeks4u.com _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org= "