Database error: Invalid SQL: CREATE TABLE IF NOT EXISTS gergo_rus_counter_04_2025 (
user_agent enum('Another',
'IE 6.0',
'IE 5.5',
'IE 5.0',
'IE 4.0',
'Opera 8.xx',
'Opera 7.xx',
'Opera 6.xx',
'Opera 5.xx',
'Netscape 7.x',
'Netscape 6.x',
'Netscape 4.x',
'Konqueror',
'Lynx',
'Galeon',
'Epiphany',
'Firefox',
'Mozilla') NOT NULL,
page_visit varchar(255) NOT NULL,
ip_addr bigint(20) unsigned NOT NULL default 0,
days tinyint(3) unsigned NOT NULL,
mounths tinyint(3) unsigned NOT NULL,
years tinyint(3) unsigned NOT NULL,
the_time tinyint(4) NOT NULL,
minuts tinyint(4) NOT NULL,
os_user enum('Windows 2003',
'Windows XP',
'Windows 2000',
'Windows NT',
'Windows 98',
'Windows 95',
'Linux',
'Unix',
'FreeBSD',
'IRIX',
'BEOS',
'Mac',
'OS/2',
'AIX',
'SunOS',
'Another') NOT NULL,
user_lang char(2) NOT NULL,
visit_from varchar(255) NOT NULL,
visit_from_site varchar(100) NOT NULL,
user_resolution enum('640x480',
'800x600',
'960x600',
'1024x512',
'1024x768',
'1152x864',
'1280x720',
'1280x768',
'1280x800',
'1280x960',
'1280x1024',
'1360x768',
'1600x900',
'1600x1024',
'1600x1200',
'Another') NOT NULL,
engine enum('yan', 'goo', 'ram', 'apo', 'yah', 'msn', 'big', 'sml') NULL,
engine_str varchar(255) NOT NULL,
module_id tinyint(4) NOT NULL default 0,
sid bigint NOT NULL default 0,
utime bigint NOT NULL default 0
) TYPE=MyISAM
MySQL Error: 1064 (You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'TYPE=MyISAM' at line 67)
Session halted.