syslog-ng: Plugin module not found … module=’afsql’

 I encountered the error“Plugin module not found in ‘module-path’; module-path=’/lib64/syslog-ng’, module=’afsql’this article describes how I fixed it.After updating syslog-ng and restarting it this happened:[root /etc] #>/etc/rc.d/init.d/syslog-ng restart Stopping syslog-ng: [ OK ] Plugin module not found in 'module-path'; module-path='/lib64/syslog-ng', module='afsql' Starting syslog-ng:...
Continue reading syslog-ng: Plugin module not found … module=’afsql’

Example MySQL my.cnf optimized

 [client]port = 3306socket = /var/run/mysqld/mysqld.sock # This was formally known as [safe_mysqld]. Both versions are currently parsed.[mysqld_safe]socket = /var/run/mysqld/mysqld.socknice = 0syslog [mysqld]# Basic Settingsuser = mysqlpid-file = /var/run/mysqld/mysqld.pidsocket = /var/run/mysqld/mysqld.sockport = 3306basedir = /usrdatadir = /var/lib/mysqltmpdir =...
Continue reading Example MySQL my.cnf optimized