when i issue the command:
"mysql -u root"
i get this error:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (13)
and when i use:
"sudo mysqld_safe --user=mysql &"
i get:
sudo: /private/etc/sudoers is mode 0644, should be 0440
postdrop: warning: unable to look up public/pickup: No such file or directory
i really need MySQL to work! can someone help me?
thx in advance
"mysql -u root"
i get this error:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (13)
and when i use:
"sudo mysqld_safe --user=mysql &"
i get:
sudo: /private/etc/sudoers is mode 0644, should be 0440
postdrop: warning: unable to look up public/pickup: No such file or directory
i really need MySQL to work! can someone help me?
thx in advance