채택완료

문의 드립니다.

2019-04-10 (수) 18:57:13 3,305

안녕하세요.

[MYSQL] Workbench 워크벤치 DB  데이터  백업  할려고 하는데요

아래의 오류가 뜨는 이유가 뭔지요?

18:47:48 Dumping warehouse (all tables)
Running: mysqldump.exe --defaults-file="c:\users\admini~1\appdata\local\temp\2\tmpe5gcwf.cnf"  --set-gtid-purged=OFF --user=root --host=localhost --protocol=tcp --port=3306 --default-character-set=utf8 --no-create-info=TRUE --skip-triggers "warehouse"
mysqldump: Couldn't execute 'SELECT COLUMN_NAME,                       JSON_EXTRACT(HISTOGRAM, '$."number-of-buckets-specified"')                FROM information_schema.COLUMN_STATISTICS                WHERE SCHEMA_NAME = 'warehouse' AND TABLE_NAME = 'by_banner';': Unknown table 'column_statistics' in information_schema (1109)

Operation failed with exitcode 2
18:47:49 Export of C:\Users\Administrator\Documents\dumps\Dump20190410.sql has finished with 1 errors

|

답변 3개 / 댓글 2개

채택된 답변
+20 포인트

mysqldump -uroot -ppassword test > test.sql

이렇게 하셨나요?

답변에 대한 댓글 2개

2019-04-11 (목) 09:09:37
이걸 어떤곳에 명령어 입력해야하나요?
ssh 또는 cmd

Unknown table 'column_statistics' in information_schema (1109)

<---여기 잇네요// 해당 테이블이 없다아~~~~~~~~

2019-04-10 (수) 20:05:49

mysqldump -u 호스팅유저 아이디 -p ftp접속비번 test > test.sql

이렇게 해보세요

그런다음에 비번 물으면 

db 비번 입력하시구요,,

답변을 작성하려면 로그인이 필요합니다.