Installation:debugging

From NeutronAdmin
Revision as of 12:27, 21 February 2016 by Marcuz (Talk | contribs) (Created page with "====== 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 y...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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)