
Aldo Miguel García Barrios
Preguntame aparece este mensaje cuando intento acceder
Your connection attempt failed for user ‘root’ to the MySQL server at localhost:3306:
Access denied for user ‘root’@‘localhost’ (using password: YES)
Please:
1 Check that MySQL is running on address localhost
2 Check that MySQL is reachable on port 3306 (note: 3306 is the default, but this can be changed)
3 Check the user root has rights to connect to localhost from your address (MySQL rights define what clients can connect to the server and from which machines)
4 Make sure you are both providing a password if needed and using the correct password for localhost connecting from the host address you’re connecting from.
Alguien me puede orientar

Octavio Gutiérrez Peregrino
a mi me sale leyenda operation in progress y se queda asi ya no hace nada

Nicolás Morales Samaniego
Agrego que por lo que comentaron anteriormente para MAC en caso de linux para ver si mysql está activada introducir: $ systemctl status mysql.service

Javier Felipe Quijano Rodriguez
Compañero, comparto el siguiente enlace, el cuál me fue útil para soucionar el mismo problema: https://www.digitalocean.com/community/tutorials/como-instalar-mysql-en-ubuntu-18-04-es

Carlos Naveda
Esta ayuda es para mac, primero fijate que tu server de mysql esté corriendo, para ello anda a Preferencias del Sistema/Mysql y debe estar activo.
Cuando ya lo tengas activo, crea una conexión con estos datos en el workbench (Nota: La clave del usuario root, debe ser la temporal que se te indicó al momento de instalarla).
hasta este punto simplemente crea dicha conexión y le das en close y luego le das doble click para ingresar. Te debe pedir que cambies la clave temporal por una nueva, y luego de ello ya podrás ingresar al workbench con tu conexión hacia tu server mysql.