query failed:
errorno=1064error=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 1query=CREATE TABLE IF NOT EXISTS olafreeg_general.horoscope_guest_temp (id int(11) unsigned NOT NULL auto_increment, session_id varchar(32) NOT NULL default '', data_type int(2) unsigned NOT NULL default '1', data_horoscope varchar(255) NOT NULL default '', PRIMARY KEY (id), KEY user_id (session_id)) TYPE=MyISAM;