I ran into this problem a few weeks ago, described in this thread and "solved" by a full reinstall of Kubuntu 10.04.1 from the CD:
http://kubuntuforums.net/forums/inde...opic=3113618.0
Now it's happening again, and I do not want to have to start from scratch! Here's the Konsole output:
john@AMD2400:~$ mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
john@AMD2400:~$
Other Konsole outputs (for "service mysql start" and "sysv-rc-conf") are the same as in that thread
/var/run/mysqld is empty; there is no "mysqld.sock" file. (I don't know what the "(2)" means, but System Monitor shows that "mysqld-akonadi" is running.)
A Synaptic search on "mysql" shows the following installed:
mysql-client-5.1
php5-mysql
mysql-server
mysql-client
mysql-common
libdbd-mysql-perl
libqt4-sql-mysql
mysql-gui-tools-common
mysql-navigator
mysql-server-5.1
mysql-client-core-5.1
mysql-server-core-5.1
mysql-query-browser
libmysqlclient16
akonadi-server
libdbi-perl
librdf0
rsyslog
dbconfig-common
In that other thread GreyGeek suggested complete removals, but doing that with "common" would take out Amarok, Digikam, all sorts of KDE programs like Kleopatra, kmail, Kubuntu-Desktop, etc. I tried "complete removal" of everything EXCEPT "mysql-common" but no deal.
I have a working Mysql on an old Hardy Heron installation; are there config files (or even that sock file?) that I can copy from that setup to this Lucid?
http://kubuntuforums.net/forums/inde...opic=3113618.0
Now it's happening again, and I do not want to have to start from scratch! Here's the Konsole output:
john@AMD2400:~$ mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
john@AMD2400:~$
Other Konsole outputs (for "service mysql start" and "sysv-rc-conf") are the same as in that thread
/var/run/mysqld is empty; there is no "mysqld.sock" file. (I don't know what the "(2)" means, but System Monitor shows that "mysqld-akonadi" is running.)
A Synaptic search on "mysql" shows the following installed:
mysql-client-5.1
php5-mysql
mysql-server
mysql-client
mysql-common
libdbd-mysql-perl
libqt4-sql-mysql
mysql-gui-tools-common
mysql-navigator
mysql-server-5.1
mysql-client-core-5.1
mysql-server-core-5.1
mysql-query-browser
libmysqlclient16
akonadi-server
libdbi-perl
librdf0
rsyslog
dbconfig-common
In that other thread GreyGeek suggested complete removals, but doing that with "common" would take out Amarok, Digikam, all sorts of KDE programs like Kleopatra, kmail, Kubuntu-Desktop, etc. I tried "complete removal" of everything EXCEPT "mysql-common" but no deal.
I have a working Mysql on an old Hardy Heron installation; are there config files (or even that sock file?) that I can copy from that setup to this Lucid?
Comment