Fixing errors during installation of MySql Workbench in Linux.
Errors -
mysql can't connect to localhost.
Go to /etc/my.cnf
Add the following lines to your file if these are not written already-
#skip-networking
bind-address = 127.0.0.1
port=3306
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
...
himanshu2212.hashnode.dev1 min read