mysql 5.7. I ran the following to backup a database in mysql and I get this error. Anyone knows why it won't complete? I ran the 2 statements on the Linux terminal. $mysql u p -e "SET local max_execution_time=0" $mysqldump u p labels > labels.sql mysqldump: Error 3024: Query execution was interrupted, maximum statement execution time exceeded when dumping table `abels` at row: 400325
Try setting $ mysql u p -e "SET local max_execution_time=0" Code (markup): To: $ mysql u p -e "SET global max_execution_time=0" Code (markup): Is this on a RedHat/CentOS install by chance?