Hi list,
I'm trying to use mysql with InnoDB for a large Zarafa database.
But when I'm using InnoDB I can't connect with mysql because the listener is not started.
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)
See below my console commands:
[root@smtp mysqld]# mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 4.1.22
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> quit
Bye
[root@smtp mysqld]# /sbin/e-smith/db configuration setprop mysqld InnoDB enabled
[root@smtp mysqld]# /sbin/e-smith/expand-template /etc/my.cnf
[root@smtp mysqld]# sv t /service/mysqld
[root@smtp mysqld]# mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)
When I disable InnoDB, everything is working just fine.
Please help... you could make my day

Bob