error exporting data using mysql workbench
- by Rajneesh Rana
hi,
i have been getting warning of version mismatch when i was trying to export data dump using mysql workbench.
So, i copied mysqldump from mysql server folder and placed it in workbench folder.
Now when i am trying to export data i am getting error
Operation failed with exitcode -1073741819
here is a entry of log
16:31:25 Dumping wordpress (wp_posts)
Running: "mysqldump.exe" --defaults-extra-file="c:\docume~1\rajneesh.r\locals~1\temp\1\tmpxau7tz" --no-create-info=FALSE --order-by-primary=FALSE --force=FALSE --no-data=FALSE --tz-utc=TRUE --flush-privileges=FALSE --compress=FALSE --replace=FALSE --host=localhost --insert-ignore=FALSE --extended-insert=TRUE --user=root --quote-names=TRUE --hex-blob=FALSE --complete-insert=FALSE --add-locks=TRUE --port=3306 --disable-keys=TRUE --delayed-insert=FALSE --create-options=TRUE --delete-master-logs=FALSE --comments=TRUE --default-character-set=utf8 --max_allowed_packet=1G --flush-logs=FALSE --dump-date=TRUE --lock-tables=TRUE --allow-keywords=FALSE --events=FALSE "wordpress" "wp_posts"
Operation failed with exitcode -1073741819
Please help me with these issues
Thank You