برای من موقع import کردن دیتا بیس این ارور رو داد؟!!!
SQL query:
INSERT INTO `jos_vm_function` ( `module_id` , `function_name` , `function_class` , `function_method` , `function_description` , `function_perms` )
VALUES ( 2, 'pinAdd', 'pin.class', 'add', 'وارد کردن پین کدجدید', 'storeadmin,admin' ) , ( 2, 'pinDelete', 'pin.class', 'delete', 'حذف پین کد', 'storeadmin,admin' ) , ( 2, 'pinDisable', 'pin.class', 'disable', 'غیر فعال کردن پین کد', 'storeadmin,admin' ) , ( 2, 'pinEnable', 'pin.class', 'enable', 'فعال کردن پین کد', 'storeadmin,admin' ) , ( 2, 'pinFree', 'pin.class', 'free', 'Disassociates a PIN number from any order.', 'storeadmin,admin' ) , ( 2, 'pinImport', 'pin.class', 'import', 'ورود پین کد از داخل فایل اکسل', 'storeadmin,admin' ) , ( 2, 'pinSetMinimum', 'pin.class', 'setMinimum', 'For a given product, sets the minimum number of pins at which the administrator is notified.', 'storeadmin,admin' )
ENGINE =
MYISAM DEFAULT
CHARSET = utf8;
MySQL said: Documentation
#1064 - 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 DEFAULT CHARSET=utf8' at line 8