Difference between revisions of "Installation:debugging"

From NeutronAdmin
Jump to: navigation, search
Line 3: Line 3:
  
 
==== Function Remt does not exist ====
 
==== Function Remt does not exist ====
Please run this MySQL query in your Neutron MySQL database manually:
+
Please run this MySQL query in your Neutron MySQL database manually:<blockquote>CREATE FUNCTION remt(t INT(5)) RETURNS TIMESTAMP RETURN (now()-INTERVAL t SECOND)</blockquote>
 
+
CREATE FUNCTION remt(t INT(5)) RETURNS TIMESTAMP RETURN (now()-INTERVAL t SECOND)
+

Revision as of 12:28, 21 February 2016

Debugging

If you have any issues with Neutron you should always read this article first:

Function Remt does not exist

Please run this MySQL query in your Neutron MySQL database manually:
CREATE FUNCTION remt(t INT(5)) RETURNS TIMESTAMP RETURN (now()-INTERVAL t SECOND)