In most versions of Linux edit the file:
/etc/my.cnf
Anywhere under [mysqld] add the line:
log-error=/var/log/mysqld.log
If log file doesn’t yet exists add and set permissions:
touch /var/log/mysqld.log
chown mysql:mysql /var/log/mysqld.log
Restart MySQL in:
cd /etc/rc.d/init.d
./mysqld restart
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Mar | ||||||
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 | |
RSS feed for comments on this post · TrackBack URI
Leave a reply