2
23.999k
Guest
Today, I use the "load data" way to restore the database.But there is a error,
And then i use "mysql -u -p db_name < db_name.sql" way to restore the same database.There isn't error.
Help me!
Please tell me why ?
- ERROR 1197 (HY000) at line 1: Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage; increase this mysqld variable and try again
And then i use "mysql -u -p db_name < db_name.sql" way to restore the same database.There isn't error.
Help me!
Please tell me why ?