My first try at opening Mysql after upgrading to KDE 4.5.1 with my username failed... so I tried as root and this was returned:
john@AMD2400:~$ mysql -u root -p
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
john@AMD2400:~$
I looked at /var/run/mysqld and it is empty: no sock file. I'm also puzzled by the (2); does this indicate mysql is already running and in use, perhaps by Amarok or Digikam (neither of which is actually opened)?
It's been a few days since this upgrade, and the machine has been restarted (and actually turned off) several times since then.
john@AMD2400:~$ mysql -u root -p
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
john@AMD2400:~$
I looked at /var/run/mysqld and it is empty: no sock file. I'm also puzzled by the (2); does this indicate mysql is already running and in use, perhaps by Amarok or Digikam (neither of which is actually opened)?
It's been a few days since this upgrade, and the machine has been restarted (and actually turned off) several times since then.
Comment