Page 2 of 2

Re: Not changes applied after apply configuration

Posted: Mon Jun 29, 2015 3:21 am
by cristhofer.perez
Hello, thanks you all but the problem isn't solve.

I change the date as you say.

Here the /etc/my.cnf

Code: Select all

[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1

# Disabling symbolic-links is recommended to prevent assorted security risks;
# to do so, uncomment this line:
# symbolic-links=0

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

Re: Not changes applied after apply configuration

Posted: Mon Jun 29, 2015 9:03 am
by tgriep
After changing the system time, did you restart the Apache and Nagios process? Run this

Code: Select all

service httpd restart
service nagios restart
Can you run this and post the output?

Code: Select all

tail -100 /var/log/mysqld.log
On the service that you are trying to change, can you post the configuration file and a screen capture of the advanced tab of the service in question?

Re: Not changes applied after apply configuration

Posted: Tue Jul 14, 2015 11:17 am
by cristhofer.perez
Thanks you all :D ;) . The problem is solved. lmiltchev was right. The PHP Time and the System time not were the same.