i've tried roller 1.2 with Fedora Core 4 using tomcat Mysql and i've
got socket exception.I've read in
http://www.rollerweblogger.org/wiki/Wiki.jsp?page=DebianMySQL and i've
found the solution to comment out the skip-network.The problem is i
can't found skip-network on my.cnf file.
Here is all my.cnf :
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1
[mysql.server]
user=mysql
basedir=/var/lib
[mysqld_safe]
err-log=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
Thx before