On restore I get this error.
On another server I could restore thje site without any problem.
An error occurred while restoring the database. The error message can be found below. Click on the × button at the top right of this dialog message to close it and return to the database restoration page.
Database error processing line 39
Database server error reply:
ErrNo #1067
Invalid default value for 'user_registered' SQL=CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT current_timestamp(), `user_activation_key` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT 0, `display_name` varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
Raw query text:
CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT current_timestamp(), `user_activation_key` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT 0, `display_name` varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci