Jump to content

Server time may be inaccurate / Non-InnoDB tables


Go to solution Solved by Mark H,

Recommended Posts

Posted

Anyone know how to fix these errors? 

 

Could contain: Text

 

I contacted my host, they replied "While checking we could see that the server is configured to use the current PST time and is accurate. Also the InnoDB MySQL engine is enabled and is running. Please see these can be rechecked." 

 

When I select "Fix This" I get:

Your server is reporting the current time as 01/12/2023 03:51 PM UTC which seems to be inaccurate. This can cause problems with some services and security functionality. You should contact your hosting provider to ask for this problem to be resolved.

and 

InnoDB database tables typically perform more efficiently and reliably than other database engines such as MyISAM on most modern hosts when configured correctly. It is strongly encouraged to ensure all of your database tables are using the InnoDB storage engine, and that your hosting provider has configured MySQL for InnoDB use.

 

 

 

 

Posted

You would need to also check the time/timezone set on your mysql instance, which may be causing you that issue.

 

With regards the INNODB tables, that would indeed be for your hosting company to correct. I believe they have read the comment incorrectly. YOu have tables that are using MyISAM that shuold be switched to using INNODB. It is not saying INNODB is not available there

Posted
1 minute ago, Marc Stridgen said:

...also check the time/timezone set on your mysql instance, which may be causing you that issue.

Thank you. 

This is something I can do, or the host?

Posted

My colleague has just mentioned, it will actually be the server time  there, not the mysql time causing issues, so your hosting company need to recheck this.

Taking a look there, the time is out by a minute. It needs to be accurate, as there are items such as 2 factor authentication that would rely on the time.

Posted

Unfortunately, I am not seeing any logs in your file system for our software reporting an issue. You may wish to check with your hosting provider to see what is happening here to see why you're getting "Not Acceptable" when extracting the files. 

Checking permissions, file/folder ownership, and if the tmp directory is writable are some good checkpoints but may not completely encompass your issue.

  • Solution
Posted

Just a followup to what my colleague mentioned with some extra info... the error "Not Acceptable" is most often tied to the use of Mod Security on your server. 

Your host would need to confirm whether you are using it, but if you are using Mod Security, then it is likely the cause of that error, and they need to examine the logs to see what rule was being triggered during file extraction, then "whitelist" that rule for your account.

Posted
3 hours ago, Marc Stridgen said:

With regards the INNODB tables, that would indeed be for your hosting company to correct. I believe they have read the comment incorrectly. YOu have tables that are using MyISAM that shuold be switched to using INNODB. It is not saying INNODB is not available there

From Eleven2.com "I could see the server supports InnoDB and which is the default one."

 

Posted
1 hour ago, Marcel_merged said:

From Eleven2.com "I could see the server supports InnoDB and which is the default one."

 

Believe they are still confused. The statement there is not stating anything about the server's capabilities. It is stating that there are tables in the database set to MyISAM and those tables will need to be switched to be using INNODB. Your hosting provider is responsible for assisting you with this change that is associated with your MySQL database.

Posted

Again this is something either blocking you, or your server blocking them. As its in more than one location, its very very likely that the issue is your server itself. You would need to contact your hosting company on this

Posted
1 minute ago, Marcel_merged said:

Is there a place to set time zone? Host is asking what time zone site is set to. 

This is referring to the original topic of "server time being inaccurate" 

It is not related to time zones. This would be on the server that the server time is inaccurate. This would mean your server time is off, even by a few seconds to a minute.

Posted
On 1/12/2023 at 3:37 PM, Jim M said:

Believe they are still confused. The statement there is not stating anything about the server's capabilities. It is stating that there are tables in the database set to MyISAM and those tables will need to be switched to be using INNODB. Your hosting provider is responsible for assisting you with this change that is associated with your MySQL database.

Below is from tech support at Eleven2.com. I'm not sure how to answer this, can you assist? 

Quote

It sounds like you want to export data from one table type and import it to another. That is usually something handled by a developer or similar familiar with the software you are using. Do you have any documentation from the software developers on what they are looking to do?

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...