MySQL Forums
Forum List  »  InnoDB

Re: #1036 - Table 'gain' is read only
Posted by: Ronald Wiplinger
Date: November 03, 2016 10:56PM

grep log_error /etc/mysql/mysql.conf.d/mysqld.cnf
log_error = /var/log/mysql/error.log

/var/log/mysql/error.log is empty

ps ax|grep mysql
8530 pts/24 S+ 0:00 grep --color=auto mysql
27540 ? S 0:00 /bin/bash /usr/bin/mysqld_safe
27541 ? S 0:00 logger -p daemon err -t /etc/init.d/mysql -i
27700 ? Sl 2:17 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib/mysql/plugin --user=mysql --skip-log-error --pid-file=/var/run/mysqld/mysqld.pid --socket=/var/run/mysqld/mysqld.sock --port=3306
27701 ? S 0:00 logger -t mysqld -p daemon error


It seems that --skip-log-error prevents logging, but I cannot find where this is set.

Options: ReplyQuote


Subject
Views
Written By
Posted
2196
November 02, 2016 07:07PM
Re: #1036 - Table 'gain' is read only
1221
November 03, 2016 10:56PM
958
November 05, 2016 04:19PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.