Archive for September, 2012

Syslog & Mysql

Add to the configuration file in the section mysqld_safe [mysqld_safe] syslog Restart your rdbms and check whether your mysqld logs to your syslog file. In the contrary remove in the starting script redirecting output and background at the executing mysqld_safe $bindir/mysqld_safe –datadir=”$datadir” –pid-file=”$mysqld_pid_file_path” $other_args # >/dev/null 2>&1 & Do you see the following message? “Can’t […]

Read more...