반응형
데이터베이스 가져오기 오류 구문
다른 호스팅으로 이동하기 때문에 SQL 데이터베이스를 Phpmyadmin으로 Import하려고 했습니다.
다른 데이터베이스를 추가하려고 할 때 비슷한 오류가 발생합니다.어디가 문제인지 모르겠어요.이전 또는 새 서버에 MySQL용 소프트웨어가 있기 때문에 업데이트해야 합니까?
새로운 서버에서는 MariaDB 5.5.41이 실행되고 있습니다.오래된 건 아직 알아내지 못했어.
에러를 검출(및 삭제/치환)하기 위해서 다음에 할 수 있는 것은 무엇입니까?
1064 - SQL 구문에 오류가 있습니다.MariaDB 서버 버전에 대응하는 매뉴얼에서 '_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109', '1492459638', 'no'에서 사용할 올바른 구문을 확인하십시오.
에러가 발생하는 특정 코드의 토막:
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2857, '_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109', '1492459638', 'no'),
(2858, '_transient_feed_mod_b9388c83948825c1edaef0d856b7b109', '1492416438', 'no'),
(2859, '_transient_timeout_plugin_slugs', '1492502838', 'no'),
(2860, '_transient_plugin_slugs', 'a:1:{i:0;s:24:"wordpress-seo/wp-seo.php";}', 'no'),
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2857, '_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109', '1492459638', 'no'),
(2858, '_transient_feed_mod_b9388c83948825c1edaef0d856b7b109', '1492416438', 'no'),
(2859, '_transient_timeout_plugin_slugs', '1492502838', 'no'),
(2860, '_transient_plugin_slugs', 'a:1:{i:0;s:24:"wordpress-seo/wp-seo.php";}', 'no');
이게 도움이 되길 바라.
내보낸 데이터베이스 파일에는 문제가 없지만 phpMyAdmin을 사용하여 데이터베이스를 내보내는 경우 "사용자 정의 - 가능한 모든 옵션 표시"를 선택하십시오.
이제 선택의 폭이 넓어졌습니다.데이터 삽입 시 사용할 형식별 옵션 및 구문에서 데이터베이스 시스템을 변경할 수 있습니다.
데이터베이스를 새 서버로 가져옵니다.phpMyAdmin 가져오기 페이지에서 "SQL 호환성 모드"를 변경할 수 있습니다.
언급URL : https://stackoverflow.com/questions/43515658/database-import-error-syntax
반응형
'source' 카테고리의 다른 글
목록 이해에 있어서 if/inclused (0) | 2023.02.01 |
---|---|
MySQL 문자열에서 n번째 단어와 단어 발생 횟수를 추출하는 방법은 무엇입니까? (0) | 2023.02.01 |
PHP sprintf 이스케이프 % (0) | 2023.02.01 |
set Timeout(fn, 0)이 유용한 이유는 무엇입니까? (0) | 2023.02.01 |
범례를 줄거리 외부에 배치하는 방법 (0) | 2023.02.01 |