디비 이전을 하는데 이런 메세지가 뜹니다. 정보
디비 이전을 하는데 이런 메세지가 뜹니다.
본문
mysql -uxxxx -ptxxxx xxxx < xxxxx.sql
ERROR 1064 at line 23: 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 6
ERROR 1064 at line 23: 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 6
계속 이렇게 뜨는데 23번째줄은
CREATE TABLE `g4_auth` ( <-이고
6번째 줄은 빈공간입니다.
어떻게 수정해야하나요?