Hi I have a problem while installing the on hostinger sql ,
DROP TABLE IF EXISTS phpvms_autopirep;# MySQL a retourné un résultat vide (aucune ligne).
CREATE TABLE IF NOT EXISTS phpvms_autopirep (
id int(11) NOT NULL AUTO_INCREMENT,
criteria_description text NOT NULL,
created_by int(5) NOT NULL,
enabled smallint(6) NOT NULL DEFAULT '1',
criteria_variable text NOT NULL,
criteria_custom_message text NOT NULL,
PRIMARY KEY (id)
) ENGINE=MyISAM ;# MySQL a retourné un résultat vide (aucune ligne).
INSERT INTO phpvms_autopirep (id, criteria_description, created_by, enabled, criteria_variable, criteria_custom_message) VALUES
(11, 'Simrate 8x Speed', 0, 0, 'Simrate set to 8x Speed', 'Exeedet max sim rate'),
(37, 'Overspeed', 0, 0, 'Overspeed ', 'Overspeed '),
(35, 'Paused', 0, 1, 'Paused', 'Paused');# 3 lignes affectées.
DROP TABLE IF EXISTS phpvms_autopirep_settings;# MySQL a retourné un résultat vide (aucune ligne).
CREATE TABLE IF NOT EXISTS phpvms_autopirep_settings (
setting_id int(11) NOT NULL AUTO_I[...]
THAT MEANS Nothing on the sql file