Re: mysql8 problems

2020-10-03 Thread Jeffrey Walton
On Sat, Oct 3, 2020 at 3:21 PM 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?? https://o

mysql8 problems

2020-10-03 Thread Murray Eisenberg
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?? Should there be a process found for mysqld? --- Murray Eisenberg

Re: MySQL 8: datadir

2020-10-03 Thread Murray Eisenberg
> 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. You can specify which so

Re: MySQL 8: datadir

2020-10-03 Thread Murray Eisenberg
No, I do not find any my.cnf in my datadir. There were two problems here, the first of which I’ve fixed. (1) FIXED: Trouble caused by mysql client binary being no found or pointing to mysql57 rather than mysql8. - For my default interactive shell zsh, getting rid of loading oh-my-zsh.