Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Mar 2011 09:33:01 -0700
From:      John D Jones III <freebsd-questions@bsdgeeks4u.com>
To:        Gary Kline <kline@thought.org>
Cc:        questions@freebsd.org
Subject:   Re: mysql missing from my home-page WordPress....
Message-ID:  <4D6FC2BD.9080201@bsdgeeks4u.com>
In-Reply-To: <20110301225020.GA17756@thought.org>
References:  <20110301205319.GA15882@thought.org>	<4D6D5F11.3050708@wingfoot.org> <20110301225020.GA17756@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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<ethic>  [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<ethic>  [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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D6FC2BD.9080201>