You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From running this command: perl delete_imaging_upload.pl -profile prod -uploadID 90
I am getting the following error:
-- Warning: column statistics not supported by the server.
Cannot run command mysqldump --no-create-info --compact --single-transaction --skip-extended-insert --no-tablespaces --where='ProcessID IN (90)' --result-file=sql_backup_RNa_ -h mariadb-dev.acelab.ca PASSWORD -u USER DATABASE notification_spool 2>&1 | fgrep -v 'mysqldump: [Warning] Using a password on the command line interface can be insecure.'. Aborting
Segmentation fault
The text was updated successfully, but these errors were encountered:
From running this command:
perl delete_imaging_upload.pl -profile prod -uploadID 90
I am getting the following error:
The text was updated successfully, but these errors were encountered: