I've seen some other posts related to mysql issues on the 9.04 -> 9.10 upgrade, but couldn't solve this exactly...
On startup, mysqld shows a "fail".
In /var/log/syslog, i see:
Indeed, no such binary at /usr/bin.
"which mysqladmin" returns nothing.
/usr/sbin has mysqld and mysqld-akonadi
In synaptic, i see the following mysql-related packages installed:
mysql-common
libqt4-sql-mysql
mysql-server-core-5.1
libmysqlclient15off
libmysqlclient16
apt-get check shows nothing amiss.
I haven't noticed any functionality problems, but i don't use much of the desktop environment stuff. It looks like that script may just be "pinging" the DB to make sure it's alive? Perhaps it's safe to remove from rc2.d?
Any thoughts? Thanks!
-c
On startup, mysqld shows a "fail".
In /var/log/syslog, i see:
Nov 14 17:31:16 machinename /etc/init.d/mysql[1436]: 0 processes alive and '/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted in
Nov 14 17:31:16 machinename /etc/init.d/mysql[1436]: /etc/rc2.d/S19mysql: line 75: /usr/bin/mysqladmin: No such file or directory
Nov 14 17:31:16 machinename /etc/init.d/mysql[1436]:
Nov 14 17:31:16 machinename /etc/init.d/mysql[1436]: /etc/rc2.d/S19mysql: line 75: /usr/bin/mysqladmin: No such file or directory
Nov 14 17:31:16 machinename /etc/init.d/mysql[1436]:
"which mysqladmin" returns nothing.
/usr/sbin has mysqld and mysqld-akonadi
In synaptic, i see the following mysql-related packages installed:
mysql-common
libqt4-sql-mysql
mysql-server-core-5.1
libmysqlclient15off
libmysqlclient16
apt-get check shows nothing amiss.
I haven't noticed any functionality problems, but i don't use much of the desktop environment stuff. It looks like that script may just be "pinging" the DB to make sure it's alive? Perhaps it's safe to remove from rc2.d?
Any thoughts? Thanks!
-c
Comment