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
--
-- Structure for table `cache`
--
DROP TABLE IF EXISTS `cache`;
--
-- Structure for table `cache_admin_menu`
--
DROP TABLE IF EXISTS `cache_admin_menu`;
--
-- Structure for table `cache_block`
--
DROP TABLE IF EXISTS `cache_block`;
The text was updated successfully, but these errors were encountered:
When using
nodata
in the[filter]
section, the sql dump file contains aDROP TABLE
but theCREATE TABLE
statement is missing.Sample mysqlsuperdump.cfg:
Resulting output:
The text was updated successfully, but these errors were encountered: