When I try to install a script, this is what appear: MySQL Error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ENGINE=MyISAM' at line 4 - Query Attempted: CREATE TABLE `mmh_admin_sessions` ( `admin_id` text NOT NULL, `session` text NOT NULL ) ENGINE=MyISAM; (And the end of the error is like below....) MySQL Error: Table 'hisdirco_imagehosting.mmh_user_data' doesn't exist - Query Attempted: INSERT INTO `mmh_user_data` VALUES ('', 'jijigren', 'df10a5222bd8e7056e71f00b94425aff', '', '60.49.67.55', 'hisdir@hisdir.com', '0', '1188899849', 'ROOT_ADMIN', 'us', 0, 'm'); Can anyone tell me what is this..? I try to figure it out but cannot find any solution. Please really need help in this. Anyone?
Not sure - I would guess that the database doesnt exist. Have you created a database for the script and given it a username and password with appropriate permissions ? What script are you using ? Brew