Unable to access database

@richardbuff that command creates an alias to the actual command.

The command is as follows.

SOCKET=$(mysqld --verbose --help | grep ^socket | awk '{print $2, $3, $4}');ln -sfv $SOCKET /tmp/mysql.sock

1 Like