Re: Which password on mysql upgrade?

2017-10-29 Thread Ryan Schmidt
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

Re: phpmyadmin: getting blank page at localhost/phpmyadmin

2017-10-29 Thread Ryan Schmidt
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

Re: phpmyadmin: getting blank page at localhost/phpmyadmin

2017-10-29 Thread Murray Eisenberg
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

Re: phpmyadmin: getting blank page at localhost/phpmyadmin

2017-10-29 Thread Murray Eisenberg
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

files manually installed in $prefix

2017-10-29 Thread db
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.

Re: files manually installed in $prefix

2017-10-29 Thread Clemens Lang
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