Re: Scheduled downtime for rsync.macports.org on October 2

2020-10-04 Thread Kastus Shchuka
Not sure if it is related to the mentioned maintenance, but I am getting timeout from https://packages.macports.org when trying to upgrade libnetpbm today, Oct. 4: ---> Fetching archive for libnetpbm ---> Attempting to fetch libnetpbm-10.92.00_0.darwin_17.x86_64.tbz2 from https://packages.mac

Re: phpmyadmin 5.0.2 with mysql 8

2020-10-04 Thread Ryan Schmidt
On Oct 4, 2020, at 16:22, Murray Eisenberg wrote: > On 4 Oct2020, at 4:29 PM, Ryan Schmidt wrote: > >> On Oct 4, 2020, at 10:27, Murray Eisenberg wrote: >> >>> I’ve finally succeeded in upgrading from mysql 5.7 to mysql 8 (8.0.21) but >>> now my existing phymyadmin 5.0.2 no longer allows me

Re: phpmyadmin 5.0.2 with mysql 8

2020-10-04 Thread Murray Eisenberg
> On 4 Oct2020, at 4:29 PM, Ryan Schmidt wrote: > > On Oct 4, 2020, at 10:27, Murray Eisenberg wrote: > >> I’ve finally succeeded in upgrading from mysql 5.7 to mysql 8 (8.0.21) but >> now my existing phymyadmin 5.0.2 no longer allows me to log in as root. >> >> One dragon slayed; another a

Re: phpmyadmin 5.0.2 with mysql 8

2020-10-04 Thread Ryan Schmidt
On Oct 4, 2020, at 10:27, Murray Eisenberg wrote: > I’ve finally succeeded in upgrading from mysql 5.7 to mysql 8 (8.0.21) but > now my existing phymyadmin 5.0.2 no longer allows me to log in as root. > > One dragon slayed; another appeared! > > Errors: > > Cannot log in to the MySQL

Re: ImageMagick port outdated

2020-10-04 Thread Uli Wienands
Just to close this out... I did realize eventually that my ghostscript port (dependency of ImageMagic) was somehow hosed, and also old. So I fixed that & then MacPorts declared heic.la as "broken" in its post-installation scan. Fixed that & some others & then forced a reinstall of ImageMagic. A

phpmyadmin 5.0.2 with mysql 8

2020-10-04 Thread Murray Eisenberg
I’ve finally succeeded in upgrading from mysql 5.7 to mysql 8 (8.0.21) but now my existing phymyadmin 5.0.2 no longer allows me to log in as root. One dragon slayed; another appeared! Errors: Cannot log in to the MySQL server mysqli::real_connect() [mysqli.real-connect:

Re: MySQL 8: datadir

2020-10-04 Thread Jeffrey Walton
On Sun, Oct 4, 2020 at 10:57 AM Murray Eisenberg wrote: > > Problem SOLVED! > > Trouble was in my.cnf I had specified > > pid-file = /opt/local/var/run/mysq8/mysqld.pid > > but apparently mysqld could not write to that directory — even though I had > previously executed > > sudo chown -R _mysql:_

Re: MySQL 8: datadir

2020-10-04 Thread Murray Eisenberg
Problem SOLVED! Trouble was in my.cnf I had specified pid-file = /opt/local/var/run/mysq8/mysqld.pid but apparently mysqld could not write to that directory — even though I had previously executed sudo chown -R _mysql:_mysql /opt/local/var/run/mysql8/ and when I checked the

Re: MySQL 8: datadir

2020-10-04 Thread Ryan Schmidt
On Oct 3, 2020, at 12:05, Murray Eisenberg wrote: > On 3 Oct2020, at 8:00 AM,Andrew Udvare wrote: > >> Your client is trying to connect >> /opt/local/var/run/mysql57/mysqld.sock instead of >> /opt/local/var/run/mysql8/mysqld.sock . Your client is not finding the >> correct socket path in my.cnf.

Re: mysql8 problems

2020-10-04 Thread Ryan Schmidt
On Oct 3, 2020, at 14:21, Murray Eisenberg wrote: > Something seems to be wrong: > > sudo port load mysql8-server > --> Loading startupitem 'mysql8-server' for mysql8-server > > ps -ax | grep mysql > 39298 ttys0010:00.00 grep mysql > > Is the mysql8 server actually running??