I may have killed mysql without hope of resurrection as well...
Wanting to learn about and explore the potential of MySQL included in SME, I downloaded MySQL Administrator to get started. It looked interesting (challenging, maybe - but not rocket science). After finding out that it needed version 4.0, I upgraded my server following the steps on this HowTo:
http://forums.contribs.org/index.php?topic=23920.0and upgraded without incident.
Although I was able to access the databases with ssh, I got the following error with Administrator.
MySQL Error Nr. 1130
Host "pc-000##.xxx.yyy.org" is not allowed to connect to this MySQL server
Thinking that I may not have enabled remote connections properly, I did more searching of the forums. For whatever reason, most people prefer to use PHPmyadmin. At any rate, my trouble started by following the advice on this thread:
http://forums.contribs.org/index.php?topic=23699.0More specifically
# /sbin/e-smith/config setprop mysqld LocalNetworkingOnly no
# /sbin/e-smith/expand-template /etc/my.cnf
# /etc/rc.d/init.d/mysqld restart
After which I got the following:
No mysqld pid file found. Looked for /var/lib/mysql/<servername>.pid.
*dread*
Foolishly tried to open mysql
# mysql
040918 1:45:54 Warning: Asked for 196608 thread stack, but got 126976
040918 1:45:54 Can't start server: Bind on TCP/IP port: Address already in use
040918 1:45:54 Do you already have another mysqld server running on port: 3306?
040918 1:45:54 Aborting.
The learning curve for this isn't exactly gentle, is it? Have I deleted the databases entirely?