Hi –
Trying to use import from sql statements to import table data from backup file created by powertools scheduled backups –
Get the following error message –
Query:
SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO'
Error occured at:2006-07-31 09:52:21
Line no.:14
Error Code: 1193 – Unknown system variable 'SQL_MODE'
What does this mean and how do I “fix” it 🙂
thanks –
Richard