Hi, i have this problem following a command line (trying to change charset with
mysqld --default-character-set=latin1 \
--default-collation=latin1_swedish_ci
)
and now, when I try to start mysqld :
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'
When i try to start mysqld, log file says :
and mysqld-safe :
Same things when I try to start just mysql
mysqld --default-character-set=latin1 \
--default-collation=latin1_swedish_ci
)
and now, when I try to start mysqld :
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'
When i try to start mysqld, log file says :
051017 14:23:11 mysqld started
051017 14:23:11 mysqld ended
051017 14:23:41 mysqld started
051017 14:23:41 mysqld ended
051017 14:24:01 mysqld started
051017 14:24:01 mysqld ended
051017 14:24:11 mysqld started
051017 14:24:11 mysqld ended
051017 14:25:01 mysqld started
051017 14:25:01 mysqld ended
051017 14:25:11 mysqld started
051017 14:25:12 mysqld ended
and mysqld-safe :
/usr/bin/mysqld_safe
Starting mysqld daemon with databases from /var/lib/mysql
STOPPING server from pid file /var/lib/mysql/serveur2.hollinae.com.pid
051017 14:33:23 mysqld ended
Same things when I try to start just mysql
Last edited: