On Oct 28, 2017, at 09:45, Murray Eisenberg wrote:
>
> As I indicated, I am _not_ using launchd to manage mysql.server (as I do not
> want to keep the server running, but rather run only on occasion that I need
> it).
>
> If I understand correctly, “mysql.server start” calls mysql_safe, which
On Oct 28, 2017, at 20:04, Murray Eisenberg wrote:
> Found the cause of the problem: a syntax error in config.inc.php.
>
> I found the error by cd to /opt/local/www/phpmyadmin and then executing php
> index.php. That gave the syntax error message.
Sounds like you've configured php not to displ
On 29 Oct2017, at 8:52 AM, Ryan Schmidt wrote:
>
>
> On Oct 28, 2017, at 20:04, Murray Eisenberg wrote:
>
>> Found the cause of the problem: a syntax error in config.inc.php.
>>
>> I found the error by cd to /opt/local/www/phpmyadmin and then executing php
>> index.php. That gave the syntax e
On 29 Oct2017, at 10:19 AM, Murray Eisenberg wrote:
>
> On 29 Oct2017, at 8:52 AM, Ryan Schmidt wrote:
>>
>>
>> On Oct 28, 2017, at 20:04, Murray Eisenberg wrote:
>>
>>> Found the cause of the problem: a syntax error in config.inc.php.
>>>
>>> I found the error by cd to /opt/local/www/phpmya
I wrote a plugin file for a port and put it in the same directory as the
default ones, because I considered it convenient at that time, not realising
that it could be invoked by its full path from another location.
How can I get files manually installed in $prefix? I'm asking out of curiosity.
On Sun, Oct 29, 2017 at 08:50:18PM +, db wrote:
> How can I get files manually installed in $prefix? I'm asking out of
> curiosity. I suppose I could get them by ownership if it wasn't
> modified or, less practically, by uninstalling installed and checking
> for remnants. Comparing recursive ls