# Migration de base de données MySQL WordPress # # Généré : Thursday 15. December 2022 09:42 UTC # Nom d’hôte : 127.0.0.1 # Base de données : `base-api` # URL: //base-api.test # Path: /shared/httpd/base-api/web # Tables: wp_commentmeta, wp_comments, wp_links, wp_options, wp_postmeta, wp_posts, wp_simple_history, wp_simple_history_contexts, wp_term_relationships, wp_term_taxonomy, wp_termmeta, wp_terms, wp_usermeta, wp_users, wp_yoast_indexable, wp_yoast_indexable_hierarchy, wp_yoast_migrations, wp_yoast_primary_term, wp_yoast_seo_links # Table Prefix: wp_ # Post Types: revision, flamingo_contact, page, post, wpcf7_contact_form # Protocol: https # Multisite: false # Subsite Export: false # -------------------------------------------------------- /*!40101 SET NAMES utf8mb4 */; SET sql_mode='NO_AUTO_VALUE_ON_ZERO'; # # Supprimer toute table existante `wp_commentmeta` # DROP TABLE IF EXISTS `wp_commentmeta`; # # Structure de la table `wp_commentmeta` # CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Données de la table `wp_commentmeta` # # # Fin du contenu des données de la table `wp_commentmeta` # -------------------------------------------------------- # # Supprimer toute table existante `wp_comments` # DROP TABLE IF EXISTS `wp_comments`; # # Structure de la table `wp_comments` # CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0, `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT 0, `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Données de la table `wp_comments` # INSERT INTO `wp_comments` ( `comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (1, 1, 'Un commentateur ou commentatrice WordPress', 'wapuu@wordpress.example', 'https://fr.wordpress.org/', '', '2022-12-14 16:51:33', '2022-12-14 15:51:33', 'Bonjour, ceci est un commentaire.\nPour débuter avec la modération, la modification et la suppression de commentaires, veuillez visiter l’écran des Commentaires dans le Tableau de bord.\nLes avatars des personnes qui commentent arrivent depuis Gravatar.', 0, '1', '', 'comment', 0, 0) ; # # Fin du contenu des données de la table `wp_comments` # -------------------------------------------------------- # # Supprimer toute table existante `wp_links` # DROP TABLE IF EXISTS `wp_links`; # # Structure de la table `wp_links` # CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1, `link_rating` int(11) NOT NULL DEFAULT 0, `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Données de la table `wp_links` # # # Fin du contenu des données de la table `wp_links` # -------------------------------------------------------- # # Supprimer toute table existante `wp_options` # DROP TABLE IF EXISTS `wp_options`; # # Structure de la table `wp_options` # CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=320 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Données de la table `wp_options` # INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES (1, 'siteurl', 'https://base-api.test/wp', 'yes'), (2, 'home', 'https://base-api.test/wp', 'yes'), (3, 'blogname', 'base api', 'yes'), (4, 'blogdescription', '', 'yes'), (5, 'users_can_register', '0', 'yes'), (6, 'admin_email', 'mick@myclientisrich.com', 'yes'), (7, 'start_of_week', '1', 'yes'), (8, 'use_balanceTags', '0', 'yes'), (9, 'use_smilies', '1', 'yes'), (10, 'require_name_email', '1', 'yes'), (11, 'comments_notify', '1', 'yes'), (12, 'posts_per_rss', '10', 'yes'), (13, 'rss_use_excerpt', '0', 'yes'), (14, 'mailserver_url', 'mail.example.com', 'yes'), (15, 'mailserver_login', 'login@example.com', 'yes'), (16, 'mailserver_pass', 'password', 'yes'), (17, 'mailserver_port', '110', 'yes'), (18, 'default_category', '1', 'yes'), (19, 'default_comment_status', 'open', 'yes'), (20, 'default_ping_status', 'open', 'yes'), (21, 'default_pingback_flag', '0', 'yes'), (22, 'posts_per_page', '10', 'yes'), (23, 'date_format', 'j F Y', 'yes'), (24, 'time_format', 'G\\hi', 'yes'), (25, 'links_updated_date_format', 'd F Y G\\hi', 'yes'), (26, 'comment_moderation', '0', 'yes'), (27, 'moderation_notify', '1', 'yes'), (28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'), (29, 'rewrite_rules', 'a:100:{s:19:"sitemap_index\\.xml$";s:19:"index.php?sitemap=1";s:31:"([^/]+?)-sitemap([0-9]+)?\\.xml$";s:51:"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]";s:24:"([a-z]+)?-?sitemap\\.xsl$";s:39:"index.php?yoast-sitemap-xsl=$matches[1]";s:11:"^wp-json/?$";s:22:"index.php?rest_route=/";s:14:"^wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:21:"^index.php/wp-json/?$";s:22:"index.php?rest_route=/";s:24:"^index.php/wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:17:"^wp-sitemap\\.xml$";s:23:"index.php?sitemap=index";s:17:"^wp-sitemap\\.xsl$";s:36:"index.php?sitemap-stylesheet=sitemap";s:23:"^wp-sitemap-index\\.xsl$";s:34:"index.php?sitemap-stylesheet=index";s:48:"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$";s:75:"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]";s:34:"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$";s:47:"index.php?sitemap=$matches[1]&paged=$matches[2]";s:10:"graphql/?$";s:22:"index.php?graphql=true";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:23:"category/(.+?)/embed/?$";s:46:"index.php?category_name=$matches[1]&embed=true";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:20:"tag/([^/]+)/embed/?$";s:36:"index.php?tag=$matches[1]&embed=true";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:21:"type/([^/]+)/embed/?$";s:44:"index.php?post_format=$matches[1]&embed=true";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:13:"favicon\\.ico$";s:19:"index.php?favicon=1";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s:20:".*wp-app\\.php(/.*)?$";s:19:"index.php?error=403";s:18:".*wp-register.php$";s:23:"index.php?register=true";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:8:"embed/?$";s:21:"index.php?&embed=true";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:45:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:74:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:58:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:68:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:88:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:83:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:83:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:64:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:53:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$";s:91:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$";s:85:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1";s:77:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:72:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:65:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]";s:72:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]";s:61:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]";s:47:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:57:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:77:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:53:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]";s:51:"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]";s:38:"([0-9]{4})/comment-page-([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&cpage=$matches[2]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";}', 'yes'), (30, 'hack_file', '0', 'yes'), (31, 'blog_charset', 'UTF-8', 'yes'), (32, 'moderation_keys', '', 'no'), (33, 'active_plugins', 'a:16:{i:0;s:34:"advanced-custom-fields-pro/acf.php";i:1;s:33:"classic-editor/classic-editor.php";i:2;s:36:"contact-form-7/wp-contact-form-7.php";i:3;s:43:"custom-post-type-ui/custom-post-type-ui.php";i:4;s:33:"duplicate-post/duplicate-post.php";i:5;s:21:"flamingo/flamingo.php";i:6;s:59:"force-regenerate-thumbnails/force-regenerate-thumbnails.php";i:7;s:37:"post-types-order/post-types-order.php";i:8;s:24:"simple-history/index.php";i:9;s:27:"svg-support/svg-support.php";i:10;s:53:"webp-converter-for-media/webp-converter-for-media.php";i:11;s:24:"wordpress-seo/wp-seo.php";i:12;s:33:"wp-graphql-acf/wp-graphql-acf.php";i:13;s:45:"wp-graphql-yoast-seo/wp-graphql-yoast-seo.php";i:14;s:25:"wp-graphql/wp-graphql.php";i:15;s:31:"wp-migrate-db/wp-migrate-db.php";}', 'yes'), (34, 'category_base', '', 'yes'), (35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'), (36, 'comment_max_links', '2', 'yes'), (37, 'gmt_offset', '0', 'yes'), (38, 'default_email_category', '1', 'yes'), (39, 'recently_edited', '', 'no'), (40, 'template', 'twentytwentythree', 'yes'), (41, 'stylesheet', 'twentytwentythree', 'yes'), (42, 'comment_registration', '0', 'yes'), (43, 'html_type', 'text/html', 'yes'), (44, 'use_trackback', '0', 'yes'), (45, 'default_role', 'subscriber', 'yes'), (46, 'db_version', '53496', 'yes'), (47, 'uploads_use_yearmonth_folders', '1', 'yes'), (48, 'upload_path', '', 'yes'), (49, 'blog_public', '0', 'yes'), (50, 'default_link_category', '2', 'yes'), (51, 'show_on_front', 'posts', 'yes'), (52, 'tag_base', '', 'yes'), (53, 'show_avatars', '1', 'yes'), (54, 'avatar_rating', 'G', 'yes'), (55, 'upload_url_path', '', 'yes'), (56, 'thumbnail_size_w', '150', 'yes'), (57, 'thumbnail_size_h', '150', 'yes'), (58, 'thumbnail_crop', '1', 'yes'), (59, 'medium_size_w', '300', 'yes'), (60, 'medium_size_h', '300', 'yes'), (61, 'avatar_default', 'mystery', 'yes'), (62, 'large_size_w', '1024', 'yes'), (63, 'large_size_h', '1024', 'yes'), (64, 'image_default_link_type', 'none', 'yes'), (65, 'image_default_size', '', 'yes'), (66, 'image_default_align', '', 'yes'), (67, 'close_comments_for_old_posts', '0', 'yes'), (68, 'close_comments_days_old', '14', 'yes'), (69, 'thread_comments', '1', 'yes'), (70, 'thread_comments_depth', '5', 'yes'), (71, 'page_comments', '0', 'yes'), (72, 'comments_per_page', '50', 'yes'), (73, 'default_comments_page', 'newest', 'yes'), (74, 'comment_order', 'asc', 'yes'), (75, 'sticky_posts', 'a:0:{}', 'yes'), (76, 'widget_categories', 'a:0:{}', 'yes'), (77, 'widget_text', 'a:0:{}', 'yes'), (78, 'widget_rss', 'a:0:{}', 'yes'), (79, 'uninstall_plugins', 'a:2:{s:53:"webp-converter-for-media/webp-converter-for-media.php";a:2:{i:0;s:30:"WebpConverter\\Plugin\\Uninstall";i:1;s:22:"load_uninstall_actions";}s:24:"wordpress-seo/wp-seo.php";s:14:"__return_false";}', 'no'), (80, 'timezone_string', 'Europe/Paris', 'yes'), (81, 'page_for_posts', '0', 'yes'), (82, 'page_on_front', '0', 'yes'), (83, 'default_post_format', '0', 'yes'), (84, 'link_manager_enabled', '0', 'yes'), (85, 'finished_splitting_shared_terms', '1', 'yes'), (86, 'site_icon', '0', 'yes'), (87, 'medium_large_size_w', '768', 'yes'), (88, 'medium_large_size_h', '0', 'yes'), (89, 'wp_page_for_privacy_policy', '3', 'yes'), (90, 'show_comments_cookies_opt_in', '1', 'yes'), (91, 'admin_email_lifespan', '1686585093', 'yes'), (92, 'disallowed_keys', '', 'no'), (93, 'comment_previously_approved', '1', 'yes'), (94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'), (95, 'auto_update_core_dev', 'enabled', 'yes'), (96, 'auto_update_core_minor', 'enabled', 'yes'), (97, 'auto_update_core_major', 'enabled', 'yes'), (98, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'), (99, 'initial_db_version', '53496', 'yes'), (100, 'wp_user_roles', 'a:7:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:63:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;s:10:"copy_posts";b:1;s:20:"wpseo_manage_options";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:37:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:10:"copy_posts";b:1;s:15:"wpseo_bulk_edit";b:1;s:28:"wpseo_edit_advanced_metadata";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}s:13:"wpseo_manager";a:2:{s:4:"name";s:11:"SEO Manager";s:12:"capabilities";a:39:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:10:"copy_posts";b:1;s:15:"wpseo_bulk_edit";b:1;s:28:"wpseo_edit_advanced_metadata";b:1;s:20:"wpseo_manage_options";b:1;s:23:"view_site_health_checks";b:1;}}s:12:"wpseo_editor";a:2:{s:4:"name";s:10:"SEO Editor";s:12:"capabilities";a:37:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:10:"copy_posts";b:1;s:15:"wpseo_bulk_edit";b:1;s:28:"wpseo_edit_advanced_metadata";b:1;}}}', 'yes') ; INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES (101, 'fresh_site', '1', 'yes'), (102, 'WPLANG', 'fr_FR', 'yes'), (103, 'user_count', '1', 'no'), (104, 'widget_block', 'a:6:{i:2;a:1:{s:7:"content";s:19:"";}i:3;a:1:{s:7:"content";s:159:"

Articles récents

";}i:4;a:1:{s:7:"content";s:233:"

Commentaires récents

";}i:5;a:1:{s:7:"content";s:146:"

Archives

";}i:6;a:1:{s:7:"content";s:151:"

Catégories

";}s:12:"_multiwidget";i:1;}', 'yes'), (105, 'sidebars_widgets', 'a:4:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:3:{i:0;s:7:"block-2";i:1;s:7:"block-3";i:2;s:7:"block-4";}s:9:"sidebar-2";a:2:{i:0;s:7:"block-5";i:1;s:7:"block-6";}s:13:"array_version";i:3;}', 'yes'), (106, 'cron', 'a:9:{i:1671097893;a:1:{s:34:"wp_privacy_delete_old_export_files";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1671119493;a:6:{s:30:"wp_site_health_scheduled_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}s:32:"recovery_mode_clean_expired_keys";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:18:"wp_https_detection";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1671119505;a:2:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:25:"delete_expired_transients";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1671119506;a:2:{s:30:"wp_scheduled_auto_draft_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:21:"wp_update_user_counts";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1671119675;a:1:{s:29:"simple_history/maybe_purge_db";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1671119694;a:1:{s:13:"wpseo-reindex";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1671119695;a:1:{s:31:"wpseo_permalink_structure_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1671119951;a:1:{s:23:"flamingo_daily_cron_job";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'), (107, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (108, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (109, 'widget_archives', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (110, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (111, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (112, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (113, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (114, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (115, 'widget_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (116, 'widget_recent-posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (117, 'widget_recent-comments', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (118, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (119, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (120, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (122, 'recovery_keys', 'a:0:{}', 'yes'), (123, 'https_detection_errors', 'a:1:{s:19:"bad_response_source";a:1:{i:0;s:58:"Il semblerait que la réponse ne provienne pas de ce site.";}}', 'yes'), (134, 'can_compress_scripts', '1', 'no'), (150, 'recently_activated', 'a:0:{}', 'yes'), (151, 'wpcf7', 'a:2:{s:7:"version";s:5:"5.6.4";s:13:"bulk_validate";a:4:{s:9:"timestamp";i:1671033157;s:7:"version";s:5:"5.6.4";s:11:"count_valid";i:1;s:13:"count_invalid";i:0;}}', 'yes'), (152, 'webpc_is_new_installation', '0', 'yes'), (153, 'webpc_notice_thanks', '1672242760', 'yes'), (154, 'webpc_notice_cloudflare', '', 'yes'), (155, 'webpc_notice_litespeed', '', 'yes'), (156, 'webpc_notice_upgrade', '1671637960', 'yes'), (157, 'webpc_stats_installation_date', '2022-12-14 15:52:40', 'yes'), (158, 'webpc_stats_first_version', '5.5.1', 'yes'), (159, 'webpc_latest_version', '5.5.1', 'yes'), (162, 'finished_updating_comment_type', '1', 'yes'), (163, 'simple_history_db_version', '5', 'yes'), (164, 'simple_history_show_as_page', '1', 'yes'), (165, 'simple_history_show_on_dashboard', '1', 'yes'), (166, 'simple_history_enable_rss_feed', '0', 'yes'), (167, 'simple_history_rss_secret', 'koqkxporfxnhabtqekxu', 'yes'), (169, 'bodhi_svgs_plugin_version', '2.5.5', 'yes'), (170, 'bodhi_svgs_settings', 'a:4:{s:22:"sanitize_svg_front_end";s:2:"on";s:8:"restrict";a:1:{i:0;s:13:"administrator";}s:12:"sanitize_svg";s:2:"on";s:24:"sanitize_on_upload_roles";a:2:{i:0;s:13:"administrator";i:1;s:6:"editor";}}', 'yes'), (179, 'duplicate_post_show_notice', '0', 'no'), (180, 'duplicate_post_copytitle', '1', 'yes'), (181, 'duplicate_post_copydate', '0', 'yes'), (182, 'duplicate_post_copystatus', '0', 'yes'), (183, 'duplicate_post_copyslug', '0', 'yes'), (184, 'duplicate_post_copyexcerpt', '1', 'yes'), (185, 'duplicate_post_copycontent', '1', 'yes'), (186, 'duplicate_post_copythumbnail', '1', 'yes'), (187, 'duplicate_post_copytemplate', '1', 'yes'), (188, 'duplicate_post_copyformat', '1', 'yes'), (189, 'duplicate_post_copyauthor', '0', 'yes'), (190, 'duplicate_post_copypassword', '0', 'yes'), (191, 'duplicate_post_copyattachments', '0', 'yes'), (192, 'duplicate_post_copychildren', '0', 'yes'), (193, 'duplicate_post_copycomments', '0', 'yes'), (194, 'duplicate_post_copymenuorder', '1', 'yes'), (195, 'duplicate_post_taxonomies_blacklist', 'a:0:{}', 'yes'), (196, 'duplicate_post_blacklist', '', 'yes'), (197, 'duplicate_post_types_enabled', 'a:2:{i:0;s:4:"post";i:1;s:4:"page";}', 'yes'), (198, 'duplicate_post_show_original_column', '0', 'yes'), (199, 'duplicate_post_show_original_in_post_states', '0', 'yes'), (200, 'duplicate_post_show_original_meta_box', '0', 'yes'), (201, 'duplicate_post_show_link', 'a:3:{s:9:"new_draft";s:1:"1";s:5:"clone";s:1:"1";s:17:"rewrite_republish";s:1:"1";}', 'yes'), (202, 'duplicate_post_show_link_in', 'a:4:{s:3:"row";s:1:"1";s:8:"adminbar";s:1:"1";s:9:"submitbox";s:1:"1";s:11:"bulkactions";s:1:"1";}', 'yes'), (203, 'duplicate_post_version', '4.5', 'yes'), (204, 'yoast_migrations_free', 'a:1:{s:7:"version";s:5:"19.12";}', 'yes'), (205, 'wpseo', 'a:99:{s:8:"tracking";b:0;s:22:"license_server_version";b:0;s:15:"ms_defaults_set";b:0;s:40:"ignore_search_engines_discouraged_notice";b:0;s:19:"indexing_first_time";b:1;s:16:"indexing_started";b:0;s:15:"indexing_reason";s:26:"permalink_settings_changed";s:29:"indexables_indexing_completed";b:1;s:13:"index_now_key";s:0:"";s:7:"version";s:5:"19.12";s:16:"previous_version";s:0:"";s:20:"disableadvanced_meta";b:1;s:30:"enable_headless_rest_endpoints";b:1;s:17:"ryte_indexability";b:0;s:11:"baiduverify";s:0:"";s:12:"googleverify";s:0:"";s:8:"msverify";s:0:"";s:12:"yandexverify";s:0:"";s:9:"site_type";s:0:"";s:20:"has_multiple_authors";s:0:"";s:16:"environment_type";s:0:"";s:23:"content_analysis_active";b:1;s:23:"keyword_analysis_active";b:1;s:34:"inclusive_language_analysis_active";b:0;s:21:"enable_admin_bar_menu";b:1;s:26:"enable_cornerstone_content";b:1;s:18:"enable_xml_sitemap";b:1;s:24:"enable_text_link_counter";b:1;s:16:"enable_index_now";b:1;s:22:"show_onboarding_notice";b:1;s:18:"first_activated_on";i:1671033295;s:13:"myyoast-oauth";b:0;s:26:"semrush_integration_active";b:1;s:14:"semrush_tokens";a:0:{}s:20:"semrush_country_code";s:2:"us";s:19:"permalink_structure";s:36:"/%year%/%monthnum%/%day%/%postname%/";s:8:"home_url";s:21:"https://base-api.test";s:18:"dynamic_permalinks";b:0;s:17:"category_base_url";s:0:"";s:12:"tag_base_url";s:0:"";s:21:"custom_taxonomy_slugs";a:0:{}s:29:"enable_enhanced_slack_sharing";b:1;s:25:"zapier_integration_active";b:0;s:19:"zapier_subscription";a:0:{}s:14:"zapier_api_key";s:0:"";s:23:"enable_metabox_insights";b:1;s:23:"enable_link_suggestions";b:1;s:26:"algolia_integration_active";b:0;s:14:"import_cursors";a:0:{}s:13:"workouts_data";a:1:{s:13:"configuration";a:1:{s:13:"finishedSteps";a:0:{}}}s:28:"configuration_finished_steps";a:0:{}s:36:"dismiss_configuration_workout_notice";b:0;s:34:"dismiss_premium_deactivated_notice";b:0;s:19:"importing_completed";a:0:{}s:26:"wincher_integration_active";b:1;s:14:"wincher_tokens";a:0:{}s:36:"wincher_automatically_add_keyphrases";b:0;s:18:"wincher_website_id";s:0:"";s:28:"wordproof_integration_active";b:0;s:29:"wordproof_integration_changed";b:0;s:18:"first_time_install";b:1;s:34:"should_redirect_after_install_free";b:0;s:34:"activation_redirect_timestamp_free";i:1671033296;s:18:"remove_feed_global";b:0;s:27:"remove_feed_global_comments";b:0;s:25:"remove_feed_post_comments";b:0;s:19:"remove_feed_authors";b:0;s:22:"remove_feed_categories";b:0;s:16:"remove_feed_tags";b:0;s:29:"remove_feed_custom_taxonomies";b:0;s:22:"remove_feed_post_types";b:0;s:18:"remove_feed_search";b:0;s:21:"remove_atom_rdf_feeds";b:0;s:17:"remove_shortlinks";b:0;s:21:"remove_rest_api_links";b:0;s:20:"remove_rsd_wlw_links";b:0;s:19:"remove_oembed_links";b:0;s:16:"remove_generator";b:0;s:20:"remove_emoji_scripts";b:0;s:24:"remove_powered_by_header";b:0;s:22:"remove_pingback_header";b:0;s:28:"clean_campaign_tracking_urls";b:0;s:16:"clean_permalinks";b:0;s:32:"clean_permalinks_extra_variables";s:0:"";s:14:"search_cleanup";b:0;s:20:"search_cleanup_emoji";b:0;s:23:"search_cleanup_patterns";b:0;s:22:"search_character_limit";i:50;s:20:"deny_search_crawling";b:0;s:21:"deny_wp_json_crawling";b:0;s:27:"redirect_search_pretty_urls";b:0;s:29:"least_readability_ignore_list";a:0:{}s:27:"least_seo_score_ignore_list";a:0:{}s:23:"most_linked_ignore_list";a:0:{}s:24:"least_linked_ignore_list";a:0:{}s:28:"indexables_page_reading_list";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:"indexables_overview_state";s:21:"dashboard-not-visited";s:28:"last_known_public_post_types";a:3:{i:0;s:4:"post";i:1;s:4:"page";i:2;s:10:"attachment";}s:28:"last_known_public_taxonomies";a:3:{i:0;s:8:"category";i:1;s:8:"post_tag";i:2;s:11:"post_format";}}', 'yes'), (206, 'wpseo_titles', 'a:110:{s:17:"forcerewritetitle";b:0;s:9:"separator";s:7:"sc-dash";s:16:"title-home-wpseo";s:42:"%%sitename%% %%page%% %%sep%% %%sitedesc%%";s:18:"title-author-wpseo";s:50:"%%name%%, auteur/autrice sur %%sitename%% %%page%%";s:19:"title-archive-wpseo";s:38:"%%date%% %%page%% %%sep%% %%sitename%%";s:18:"title-search-wpseo";s:65:"Vous avez cherché %%searchphrase%% %%page%% %%sep%% %%sitename%%";s:15:"title-404-wpseo";s:38:"Page non trouvée %%sep%% %%sitename%%";s:25:"social-title-author-wpseo";s:8:"%%name%%";s:26:"social-title-archive-wpseo";s:8:"%%date%%";s:31:"social-description-author-wpseo";s:0:"";s:32:"social-description-archive-wpseo";s:0:"";s:29:"social-image-url-author-wpseo";s:0:"";s:30:"social-image-url-archive-wpseo";s:0:"";s:28:"social-image-id-author-wpseo";i:0;s:29:"social-image-id-archive-wpseo";i:0;s:19:"metadesc-home-wpseo";s:0:"";s:21:"metadesc-author-wpseo";s:0:"";s:22:"metadesc-archive-wpseo";s:0:"";s:9:"rssbefore";s:0:"";s:8:"rssafter";s:64:"L’article %%POSTLINK%% est apparu en premier sur %%BLOGLINK%%.";s:20:"noindex-author-wpseo";b:0;s:28:"noindex-author-noposts-wpseo";b:1;s:21:"noindex-archive-wpseo";b:1;s:14:"disable-author";b:0;s:12:"disable-date";b:0;s:19:"disable-post_format";b:0;s:18:"disable-attachment";b:1;s:20:"breadcrumbs-404crumb";s:30:"Erreur 404 : Page introuvable";s:29:"breadcrumbs-display-blog-page";b:1;s:20:"breadcrumbs-boldlast";b:0;s:25:"breadcrumbs-archiveprefix";s:13:"Archives pour";s:18:"breadcrumbs-enable";b:1;s:16:"breadcrumbs-home";s:7:"Accueil";s:18:"breadcrumbs-prefix";s:0:"";s:24:"breadcrumbs-searchprefix";s:18:"Vous avez cherché";s:15:"breadcrumbs-sep";s:2:"»";s:12:"website_name";s:0:"";s:11:"person_name";s:0:"";s:11:"person_logo";s:0:"";s:22:"alternate_website_name";s:0:"";s:12:"company_logo";s:0:"";s:12:"company_name";s:0:"";s:22:"company_alternate_name";s:0:"";s:17:"company_or_person";s:7:"company";s:25:"company_or_person_user_id";b:0;s:17:"stripcategorybase";b:0;s:26:"open_graph_frontpage_title";s:12:"%%sitename%%";s:25:"open_graph_frontpage_desc";s:0:"";s:26:"open_graph_frontpage_image";s:0:"";s:10:"title-post";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:13:"metadesc-post";s:0:"";s:12:"noindex-post";b:0;s:23:"display-metabox-pt-post";b:1;s:23:"post_types-post-maintax";i:0;s:21:"schema-page-type-post";s:7:"WebPage";s:24:"schema-article-type-post";s:7:"Article";s:17:"social-title-post";s:9:"%%title%%";s:23:"social-description-post";s:0:"";s:21:"social-image-url-post";s:0:"";s:20:"social-image-id-post";i:0;s:10:"title-page";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:13:"metadesc-page";s:0:"";s:12:"noindex-page";b:0;s:23:"display-metabox-pt-page";b:1;s:23:"post_types-page-maintax";i:0;s:21:"schema-page-type-page";s:7:"WebPage";s:24:"schema-article-type-page";s:4:"None";s:17:"social-title-page";s:9:"%%title%%";s:23:"social-description-page";s:0:"";s:21:"social-image-url-page";s:0:"";s:20:"social-image-id-page";i:0;s:16:"title-attachment";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:19:"metadesc-attachment";s:0:"";s:18:"noindex-attachment";b:0;s:29:"display-metabox-pt-attachment";b:1;s:29:"post_types-attachment-maintax";i:0;s:27:"schema-page-type-attachment";s:7:"WebPage";s:30:"schema-article-type-attachment";s:4:"None";s:18:"title-tax-category";s:57:"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%";s:21:"metadesc-tax-category";s:0:"";s:28:"display-metabox-tax-category";b:1;s:20:"noindex-tax-category";b:0;s:25:"social-title-tax-category";s:27:"Archives des %%term_title%%";s:31:"social-description-tax-category";s:0:"";s:29:"social-image-url-tax-category";s:0:"";s:28:"social-image-id-tax-category";i:0;s:26:"taxonomy-category-ptparent";i:0;s:18:"title-tax-post_tag";s:57:"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%";s:21:"metadesc-tax-post_tag";s:0:"";s:28:"display-metabox-tax-post_tag";b:1;s:20:"noindex-tax-post_tag";b:0;s:25:"social-title-tax-post_tag";s:27:"Archives des %%term_title%%";s:31:"social-description-tax-post_tag";s:0:"";s:29:"social-image-url-tax-post_tag";s:0:"";s:28:"social-image-id-tax-post_tag";i:0;s:26:"taxonomy-post_tag-ptparent";i:0;s:21:"title-tax-post_format";s:57:"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%";s:24:"metadesc-tax-post_format";s:0:"";s:31:"display-metabox-tax-post_format";b:1;s:23:"noindex-tax-post_format";b:1;s:28:"social-title-tax-post_format";s:27:"Archives des %%term_title%%";s:34:"social-description-tax-post_format";s:0:"";s:32:"social-image-url-tax-post_format";s:0:"";s:31:"social-image-id-tax-post_format";i:0;s:29:"taxonomy-post_format-ptparent";i:0;s:14:"person_logo_id";i:0;s:15:"company_logo_id";i:0;s:17:"company_logo_meta";b:0;s:16:"person_logo_meta";b:0;s:29:"open_graph_frontpage_image_id";i:0;}', 'yes'), (207, 'wpseo_social', 'a:19:{s:13:"facebook_site";s:0:"";s:13:"instagram_url";s:0:"";s:12:"linkedin_url";s:0:"";s:11:"myspace_url";s:0:"";s:16:"og_default_image";s:0:"";s:19:"og_default_image_id";s:0:"";s:18:"og_frontpage_title";s:0:"";s:17:"og_frontpage_desc";s:0:"";s:18:"og_frontpage_image";s:0:"";s:21:"og_frontpage_image_id";s:0:"";s:9:"opengraph";b:1;s:13:"pinterest_url";s:0:"";s:15:"pinterestverify";s:0:"";s:7:"twitter";b:1;s:12:"twitter_site";s:0:"";s:17:"twitter_card_type";s:19:"summary_large_image";s:11:"youtube_url";s:0:"";s:13:"wikipedia_url";s:0:"";s:17:"other_social_urls";a:0:{}}', 'yes'), (239, 'cpto_options', 'a:7:{s:23:"show_reorder_interfaces";a:4:{s:4:"post";s:4:"show";s:10:"attachment";s:4:"show";s:8:"wp_block";s:4:"show";s:13:"wp_navigation";s:4:"show";}s:8:"autosort";i:1;s:9:"adminsort";i:1;s:18:"use_query_ASC_DESC";s:0:"";s:17:"archive_drag_drop";i:1;s:10:"capability";s:14:"manage_options";s:21:"navigation_sort_apply";i:1;}', 'yes'), (240, 'CPT_configured', 'TRUE', 'yes'), (241, 'acf_version', '6.0.6', 'yes'), (244, 'acf_pro_license', 'YToyOntzOjM6ImtleSI7czo3MjoiYjNKa1pYSmZhV1E5TnpnNE9EUjhkSGx3WlQxa1pYWmxiRzl3WlhKOFpHRjBaVDB5TURFMkxUQTBMVEExSURBM09qVXlPakEyIjtzOjM6InVybCI7czoyMToiaHR0cHM6Ly9iYXNlLWFwaS50ZXN0Ijt9', 'yes'), (248, 'simplehistory_AvailableUpdatesLogger_plugin_updates_available', 'a:1:{s:36:"contact-form-7/wp-contact-form-7.php";a:1:{s:15:"checked_version";s:3:"5.7";}}', 'yes'), (249, 'wp_graphql_version', '1.13.7', 'yes'), (250, 'graphql_general_settings', '', 'yes'), (252, 'webpc_errors_cache', 'a:0:{}', 'yes'), (253, 'webpc_stats_webp_all', '0', 'yes'), (254, 'webpc_stats_webp_unconverted', '0', 'yes'), (255, 'webpc_stats_avif_all', '0', 'yes'), (256, 'webpc_stats_avif_unconverted', '0', 'yes'), (257, 'webpc_token_data', 'a:4:{s:11:"token_value";N;s:12:"valid_status";b:0;s:12:"images_usage";i:0;s:12:"images_limit";i:0;}', 'yes'), (258, 'webpc_settings', 'a:12:{s:7:"quality";s:2:"85";s:14:"output_formats";a:1:{i:0;s:4:"webp";}s:4:"dirs";a:1:{i:0;s:7:"uploads";}s:12:"image_resize";a:3:{i:0;s:0:"";i:1;s:0:"";i:2;s:0:"";}s:15:"auto_conversion";s:3:"yes";s:12:"access_token";s:0:"";s:10:"extensions";a:3:{i:0;s:3:"jpg";i:1;s:3:"png";i:2;s:4:"webp";}s:6:"method";s:7:"imagick";s:11:"loader_type";s:8:"htaccess";s:13:"excluded_dirs";s:0:"";s:8:"features";a:1:{i:0;s:12:"only_smaller";}s:11:"media_stats";s:3:"yes";}', 'yes'), (261, 'wpmdb_usage', 'a:2:{s:6:"action";s:8:"savefile";s:4:"time";i:1671097346;}', 'no'), (317, 'cptui_new_install', 'false', 'yes') ; # # Fin du contenu des données de la table `wp_options` # -------------------------------------------------------- # # Supprimer toute table existante `wp_postmeta` # DROP TABLE IF EXISTS `wp_postmeta`; # # Structure de la table `wp_postmeta` # CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Données de la table `wp_postmeta` # INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1, 2, '_wp_page_template', 'default'), (2, 3, '_wp_page_template', 'default'), (3, 5, '_form', '\n\n\n\n\n\n\n\n[submit "Envoyer"]'), (4, 5, '_mail', 'a:8:{s:7:"subject";s:30:"[_site_title] "[your-subject]"";s:6:"sender";s:39:"[_site_title] ";s:4:"body";s:185:"De : [your-name] <[your-email]>\nObjet : [your-subject]\n\nCorps du message :\n[your-message]\n\n-- \nCet e-mail a été envoyé via le formulaire de contact de [_site_title] ([_site_url]) ";s:9:"recipient";s:19:"[_site_admin_email]";s:18:"additional_headers";s:22:"Reply-To: [your-email]";s:11:"attachments";s:0:"";s:8:"use_html";i:0;s:13:"exclude_blank";i:0;}'), (5, 5, '_mail_2', 'a:9:{s:6:"active";b:0;s:7:"subject";s:30:"[_site_title] "[your-subject]"";s:6:"sender";s:39:"[_site_title] ";s:4:"body";s:127:"Corps du message :\n[your-message]\n\n-- \nCet e-mail a été envoyé via le formulaire de contact de [_site_title] ([_site_url]) ";s:9:"recipient";s:12:"[your-email]";s:18:"additional_headers";s:29:"Reply-To: [_site_admin_email]";s:11:"attachments";s:0:"";s:8:"use_html";i:0;s:13:"exclude_blank";i:0;}'), (6, 5, '_messages', 'a:12:{s:12:"mail_sent_ok";s:45:"Merci pour votre message. Il a été envoyé.";s:12:"mail_sent_ng";s:102:"Une erreur s’est produite lors de l’envoi de votre message. Veuillez essayer à nouveau plus tard.";s:16:"validation_error";s:88:"Un ou plusieurs champs contiennent une erreur. Veuillez vérifier et essayer à nouveau.";s:4:"spam";s:102:"Une erreur s’est produite lors de l’envoi de votre message. Veuillez essayer à nouveau plus tard.";s:12:"accept_terms";s:77:"Vous devez accepter les termes et conditions avant d’envoyer votre message.";s:16:"invalid_required";s:29:"Veuillez renseigner ce champ.";s:16:"invalid_too_long";s:34:"Ce champ à une date trop tardive.";s:17:"invalid_too_short";s:34:"Ce champ à un numéro trop court.";s:13:"upload_failed";s:72:"Une erreur inconnue s’est produite lors du téléversement du fichier.";s:24:"upload_file_type_invalid";s:79:"Vous n’avez pas les droits nécessaires pour téléverser ce type de fichier.";s:21:"upload_file_too_large";s:44:"Le fichier téléversé est trop volumineux.";s:23:"upload_failed_php_error";s:63:"Une erreur s’est produite lors du téléversement du fichier.";}'), (7, 5, '_additional_settings', ''), (8, 5, '_locale', 'fr_FR'), (9, 6, '_email', 'mick@myclientisrich.com'), (10, 6, '_name', 'myclientisrich'), (11, 6, '_props', 'a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}'), (12, 6, '_last_contacted', '2022-12-14 16:54:21'), (13, 7, '_email', 'wapuu@wordpress.example'), (14, 7, '_name', 'Un commentateur ou commentatrice WordPress'), (15, 7, '_props', 'a:0:{}'), (16, 7, '_last_contacted', '2022-12-14 16:54:21') ; # # Fin du contenu des données de la table `wp_postmeta` # -------------------------------------------------------- # # Supprimer toute table existante `wp_posts` # DROP TABLE IF EXISTS `wp_posts`; # # Structure de la table `wp_posts` # CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT 0, `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT 0, `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Données de la table `wp_posts` # INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1, 1, '2022-12-14 16:51:33', '2022-12-14 15:51:33', '\n

Bienvenue sur WordPress. Ceci est votre premier article. Modifiez-le ou supprimez-le, puis commencez à écrire !

\n', 'Bonjour tout le monde !', '', 'publish', 'open', 'open', '', 'bonjour-tout-le-monde', '', '', '2022-12-14 16:51:33', '2022-12-14 15:51:33', '', 0, 'https://base-api.test/?p=1', 0, 'post', '', 1), (2, 1, '2022-12-14 16:51:33', '2022-12-14 15:51:33', '\n

Ceci est une page d’exemple. C’est différent d’un article de blog parce qu’elle restera au même endroit et apparaîtra dans la navigation de votre site (dans la plupart des thèmes). La plupart des gens commencent par une page « À propos » qui les présente aux personnes visitant le site. Cela pourrait ressembler à quelque chose comme cela :

\n\n\n\n

Bonjour ! Je suis un mécanicien qui aspire à devenir acteur, et voici mon site. J’habite à Bordeaux, j’ai un super chien baptisé Russell, et j’aime la vodka (ainsi qu’être surpris par la pluie soudaine lors de longues balades sur la plage au coucher du soleil).

\n\n\n\n

…ou quelque chose comme cela :

\n\n\n\n

La société 123 Machin Truc a été créée en 1971, et n’a cessé de proposer au public des machins-trucs de qualité depuis lors. Située à Saint-Remy-en-Bouzemont-Saint-Genest-et-Isson, 123 Machin Truc emploie 2 000 personnes, et fabrique toutes sortes de bidules supers pour la communauté bouzemontoise.

\n\n\n\n

En tant que nouvel utilisateur ou utilisatrice de WordPress, vous devriez vous rendre sur votre tableau de bord pour supprimer cette page et créer de nouvelles pages pour votre contenu. Amusez-vous bien !

\n', 'Page d’exemple', '', 'publish', 'closed', 'open', '', 'page-d-exemple', '', '', '2022-12-14 16:51:33', '2022-12-14 15:51:33', '', 0, 'https://base-api.test/?page_id=2', 0, 'page', '', 0), (3, 1, '2022-12-14 16:51:33', '2022-12-14 15:51:33', '

Qui sommes-nous ?

Texte suggéré : L’adresse de notre site est : https://base-api.test.

Commentaires

Texte suggéré : Quand vous laissez un commentaire sur notre site, les données inscrites dans le formulaire de commentaire, ainsi que votre adresse IP et l’agent utilisateur de votre navigateur sont collectés pour nous aider à la détection des commentaires indésirables.

Une chaîne anonymisée créée à partir de votre adresse e-mail (également appelée hash) peut être envoyée au service Gravatar pour vérifier si vous utilisez ce dernier. Les clauses de confidentialité du service Gravatar sont disponibles ici : https://automattic.com/privacy/. Après validation de votre commentaire, votre photo de profil sera visible publiquement à coté de votre commentaire.

Médias

Texte suggéré : Si vous téléversez des images sur le site, nous vous conseillons d’éviter de téléverser des images contenant des données EXIF de coordonnées GPS. Les personnes visitant votre site peuvent télécharger et extraire des données de localisation depuis ces images.

Cookies

Texte suggéré : Si vous déposez un commentaire sur notre site, il vous sera proposé d’enregistrer votre nom, adresse e-mail et site dans des cookies. C’est uniquement pour votre confort afin de ne pas avoir à saisir ces informations si vous déposez un autre commentaire plus tard. Ces cookies expirent au bout d’un an.

Si vous vous rendez sur la page de connexion, un cookie temporaire sera créé afin de déterminer si votre navigateur accepte les cookies. Il ne contient pas de données personnelles et sera supprimé automatiquement à la fermeture de votre navigateur.

Lorsque vous vous connecterez, nous mettrons en place un certain nombre de cookies pour enregistrer vos informations de connexion et vos préférences d’écran. La durée de vie d’un cookie de connexion est de deux jours, celle d’un cookie d’option d’écran est d’un an. Si vous cochez « Se souvenir de moi », votre cookie de connexion sera conservé pendant deux semaines. Si vous vous déconnectez de votre compte, le cookie de connexion sera effacé.

En modifiant ou en publiant une publication, un cookie supplémentaire sera enregistré dans votre navigateur. Ce cookie ne comprend aucune donnée personnelle. Il indique simplement l’ID de la publication que vous venez de modifier. Il expire au bout d’un jour.

Contenu embarqué depuis d’autres sites

Texte suggéré : Les articles de ce site peuvent inclure des contenus intégrés (par exemple des vidéos, images, articles…). Le contenu intégré depuis d’autres sites se comporte de la même manière que si le visiteur se rendait sur cet autre site.

Ces sites web pourraient collecter des données sur vous, utiliser des cookies, embarquer des outils de suivis tiers, suivre vos interactions avec ces contenus embarqués si vous disposez d’un compte connecté sur leur site web.

Utilisation et transmission de vos données personnelles

Texte suggéré : Si vous demandez une réinitialisation de votre mot de passe, votre adresse IP sera incluse dans l’e-mail de réinitialisation.

Durées de stockage de vos données

Texte suggéré : Si vous laissez un commentaire, le commentaire et ses métadonnées sont conservés indéfiniment. Cela permet de reconnaître et approuver automatiquement les commentaires suivants au lieu de les laisser dans la file de modération.

Pour les comptes qui s’inscrivent sur notre site (le cas échéant), nous stockons également les données personnelles indiquées dans leur profil. Tous les comptes peuvent voir, modifier ou supprimer leurs informations personnelles à tout moment (à l’exception de leur identifiant). Les gestionnaires du site peuvent aussi voir et modifier ces informations.

Les droits que vous avez sur vos données

Texte suggéré : Si vous avez un compte ou si vous avez laissé des commentaires sur le site, vous pouvez demander à recevoir un fichier contenant toutes les données personnelles que nous possédons à votre sujet, incluant celles que vous nous avez fournies. Vous pouvez également demander la suppression des données personnelles vous concernant. Cela ne prend pas en compte les données stockées à des fins administratives, légales ou pour des raisons de sécurité.

Où vos données sont envoyées

Texte suggéré : Les commentaires des visiteurs peuvent être vérifiés à l’aide d’un service automatisé de détection des commentaires indésirables.

', 'Politique de confidentialité', '', 'draft', 'closed', 'open', '', 'politique-de-confidentialite', '', '', '2022-12-14 16:51:33', '2022-12-14 15:51:33', '', 0, 'https://base-api.test/?page_id=3', 0, 'page', '', 0), (4, 1, '2022-12-14 16:51:46', '0000-00-00 00:00:00', '', 'Brouillon auto', '', 'auto-draft', 'open', 'open', '', '', '', '', '2022-12-14 16:51:46', '0000-00-00 00:00:00', '', 0, 'https://base-api.test/?p=4', 0, 'post', '', 0), (5, 1, '2022-12-14 16:52:37', '2022-12-14 15:52:37', '\n\n\n\n\n\n\n\n[submit "Envoyer"]\n[_site_title] "[your-subject]"\n[_site_title] \nDe : [your-name] <[your-email]>\nObjet : [your-subject]\n\nCorps du message :\n[your-message]\n\n-- \nCet e-mail a été envoyé via le formulaire de contact de [_site_title] ([_site_url]) \n[_site_admin_email]\nReply-To: [your-email]\n\n0\n0\n\n[_site_title] "[your-subject]"\n[_site_title] \nCorps du message :\n[your-message]\n\n-- \nCet e-mail a été envoyé via le formulaire de contact de [_site_title] ([_site_url]) \n[your-email]\nReply-To: [_site_admin_email]\n\n0\n0\nMerci pour votre message. Il a été envoyé.\nUne erreur s’est produite lors de l’envoi de votre message. Veuillez essayer à nouveau plus tard.\nUn ou plusieurs champs contiennent une erreur. Veuillez vérifier et essayer à nouveau.\nUne erreur s’est produite lors de l’envoi de votre message. Veuillez essayer à nouveau plus tard.\nVous devez accepter les termes et conditions avant d’envoyer votre message.\nVeuillez renseigner ce champ.\nCe champ à une date trop tardive.\nCe champ à un numéro trop court.\nUne erreur inconnue s’est produite lors du téléversement du fichier.\nVous n’avez pas les droits nécessaires pour téléverser ce type de fichier.\nLe fichier téléversé est trop volumineux.\nUne erreur s’est produite lors du téléversement du fichier.', 'Formulaire de contact 1', '', 'publish', 'closed', 'closed', '', 'formulaire-de-contact-1', '', '', '2022-12-14 16:52:37', '2022-12-14 15:52:37', '', 0, 'https://base-api.test/?post_type=wpcf7_contact_form&p=5', 0, 'wpcf7_contact_form', '', 0), (6, 1, '2022-12-14 16:54:21', '2022-12-14 15:54:21', 'mick@myclientisrich.com\nmyclientisrich', 'mick@myclientisrich.com', '', 'publish', 'closed', 'closed', '', 'mick-myclientisrich-com', '', '', '2022-12-14 16:54:21', '2022-12-14 15:54:21', '', 0, 'https://base-api.test/?p=6', 0, 'flamingo_contact', '', 0), (7, 1, '2022-12-14 16:54:21', '2022-12-14 15:54:21', 'wapuu@wordpress.example\nUn commentateur ou commentatrice WordPress', 'wapuu@wordpress.example', '', 'publish', 'closed', 'closed', '', 'wapuu-wordpress-example', '', '', '2022-12-14 16:54:21', '2022-12-14 15:54:21', '', 0, 'https://base-api.test/?p=7', 0, 'flamingo_contact', '', 0) ; # # Fin du contenu des données de la table `wp_posts` # -------------------------------------------------------- # # Supprimer toute table existante `wp_simple_history` # DROP TABLE IF EXISTS `wp_simple_history`; # # Structure de la table `wp_simple_history` # CREATE TABLE `wp_simple_history` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `date` datetime NOT NULL, `logger` varchar(30) DEFAULT NULL, `level` varchar(20) DEFAULT NULL, `message` varchar(255) DEFAULT NULL, `occasionsID` varchar(32) DEFAULT NULL, `initiator` varchar(16) DEFAULT NULL, PRIMARY KEY (`id`), KEY `date` (`date`), KEY `loggerdate` (`logger`,`date`) ) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb3; # # Données de la table `wp_simple_history` # INSERT INTO `wp_simple_history` ( `id`, `date`, `logger`, `level`, `message`, `occasionsID`, `initiator`) VALUES (1, '2022-12-14 15:54:35', 'SimplePluginLogger', 'info', 'Installed plugin "{plugin_name}"', 'aa85c7e2696b649d547c24217de9f06c', 'wp_user'), (2, '2022-12-14 15:54:35', 'SimplePluginLogger', 'info', 'Activated plugin "{plugin_name}"', 'e14eefaa34d3aa2eee8b0bb134e004e9', 'wp_user'), (3, '2022-12-14 15:54:35', 'SimpleLogger', 'info', 'Bienvenue dans Simple History !\n\nC’est le flux principal de l’historique. Il contiendra les événements que l’extension a enregistrés.', '6b6cc919bc9c03d3dad2dce1cfd9750c', 'wp'), (4, '2022-12-14 15:54:36', 'SimplePluginLogger', 'info', 'Installed plugin "{plugin_name}"', 'aa85c7e2696b649d547c24217de9f06c', 'wp'), (5, '2022-12-14 15:54:36', 'SimplePluginLogger', 'info', 'Activated plugin "{plugin_name}"', 'e14eefaa34d3aa2eee8b0bb134e004e9', 'wp'), (6, '2022-12-14 15:54:38', 'SimplePluginLogger', 'info', 'Activated plugin "{plugin_name}"', '533b2a812c1554ae7d69692a48243f86', 'wp_user'), (7, '2022-12-14 15:54:43', 'SimplePluginLogger', 'info', 'Activated plugin "{plugin_name}"', '6db126ca0eb42cf20335c111d01a0138', 'wp_user'), (8, '2022-12-14 15:54:49', 'SimplePluginLogger', 'info', 'Activated plugin "{plugin_name}"', '3955847f1e2c0e9745272e455efa8029', 'wp_user'), (9, '2022-12-14 15:54:55', 'SimplePluginLogger', 'info', 'Activated plugin "{plugin_name}"', '2ef28937a178bafc47666bddf6c95512', 'wp_user'), (10, '2022-12-14 15:55:18', 'SimplePluginLogger', 'info', 'Activated plugin "{plugin_name}"', '1b2b0b03ef0fb893f3566442d1f52867', 'wp_user'), (11, '2022-12-14 15:56:47', 'AvailableUpdatesLogger', 'notice', 'Found an update to plugin "{plugin_name}"', '47da36dc26c5dbf1ffb7ce0ddd41733e', 'wp'), (12, '2022-12-14 15:56:53', 'SimplePluginLogger', 'info', 'Activated plugin "{plugin_name}"', 'a71eabc54b05bf38d57678f1461584e4', 'wp_user'), (13, '2022-12-14 15:57:00', 'SimplePluginLogger', 'info', 'Activated plugin "{plugin_name}"', '5c24924e1e13bc9be6cc260619e4ac51', 'wp_user'), (14, '2022-12-14 15:57:25', 'SimplePluginLogger', 'info', 'Activated plugin "{plugin_name}"', '802e94d5149f82a75b86fdb536e4379f', 'wp_user'), (15, '2022-12-14 16:01:08', 'SH_Translations_Logger', 'info', 'Updated translations for "{name}" ({language})', 'e372112b4c015874459bf6550c573df0', 'wp_user'), (16, '2022-12-15 09:40:33', 'SH_Translations_Logger', 'info', 'Updated translations for "{name}" ({language})', 'e372112b4c015874459bf6550c573df0', 'wp_user'), (17, '2022-12-15 09:40:48', 'SimplePluginLogger', 'info', 'Activated plugin "{plugin_name}"', '42a6aa6022b7756489f9cb2d890765e5', 'wp_user') ; # # Fin du contenu des données de la table `wp_simple_history` # -------------------------------------------------------- # # Supprimer toute table existante `wp_simple_history_contexts` # DROP TABLE IF EXISTS `wp_simple_history_contexts`; # # Structure de la table `wp_simple_history_contexts` # CREATE TABLE `wp_simple_history_contexts` ( `context_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `history_id` bigint(20) unsigned NOT NULL, `key` varchar(255) DEFAULT NULL, `value` longtext DEFAULT NULL, PRIMARY KEY (`context_id`), KEY `history_id` (`history_id`), KEY `key` (`key`) ) ENGINE=InnoDB AUTO_INCREMENT=198 DEFAULT CHARSET=utf8mb3; # # Données de la table `wp_simple_history_contexts` # INSERT INTO `wp_simple_history_contexts` ( `context_id`, `history_id`, `key`, `value`) VALUES (1, 1, 'plugin_name', 'Simple History'), (2, 1, 'plugin_description', 'Plugin that logs various things that occur in WordPress and then presents those events in a very nice GUI.'), (3, 1, 'plugin_url', 'https://simple-history.com'), (4, 1, 'plugin_version', '3.3.1'), (5, 1, 'plugin_author', 'Pär Thernström'), (6, 1, '_message_key', 'plugin_installed'), (7, 1, '_user_id', '1'), (8, 1, '_user_login', 'myclientisrich'), (9, 1, '_user_email', 'mick@myclientisrich.com'), (10, 1, '_server_remote_addr', '172.16.238.0'), (11, 1, '_server_http_referer', 'https://base-api.test/wp/wp-admin/plugins.php?plugin_status=all&paged=1&s'), (12, 2, 'plugin_name', 'Simple History'), (13, 2, 'plugin_description', 'Plugin that logs various things that occur in WordPress and then presents those events in a very nice GUI.'), (14, 2, 'plugin_url', 'https://simple-history.com'), (15, 2, 'plugin_version', '3.3.1'), (16, 2, 'plugin_author', 'Pär Thernström'), (17, 2, 'plugin_slug', 'simple-history'), (18, 2, 'plugin_title', 'Simple History'), (19, 2, '_message_key', 'plugin_activated'), (20, 2, '_user_id', '1'), (21, 2, '_user_login', 'myclientisrich'), (22, 2, '_user_email', 'mick@myclientisrich.com'), (23, 2, '_server_remote_addr', '172.16.238.0'), (24, 2, '_server_http_referer', 'https://base-api.test/wp/wp-admin/plugins.php?plugin_status=all&paged=1&s'), (25, 3, '_user_id', '1'), (26, 3, '_user_login', 'myclientisrich'), (27, 3, '_user_email', 'mick@myclientisrich.com'), (28, 3, '_server_remote_addr', '172.16.238.0'), (29, 3, '_server_http_referer', 'https://base-api.test/wp/wp-admin/plugins.php?plugin_status=all&paged=1&s'), (30, 4, 'plugin_name', 'Simple History'), (31, 4, 'plugin_description', 'Plugin that logs various things that occur in WordPress and then presents those events in a very nice GUI.'), (32, 4, 'plugin_url', 'https://simple-history.com'), (33, 4, 'plugin_version', '3.3.1'), (34, 4, 'plugin_author', 'Pär Thernström'), (35, 4, '_message_key', 'plugin_installed'), (36, 4, '_wp_cron_running', 'true'), (37, 4, '_wp_cron_current_filter', 'simple_history/loggers_loaded'), (38, 4, '_server_remote_addr', '172.16.238.0'), (39, 4, '_server_http_referer', 'https://base-api.test/wp/wp-cron.php?doing_wp_cron=1671033275.9426159858703613281250'), (40, 5, 'plugin_name', 'Simple History'), (41, 5, 'plugin_description', 'Plugin that logs various things that occur in WordPress and then presents those events in a very nice GUI.'), (42, 5, 'plugin_url', 'https://simple-history.com'), (43, 5, 'plugin_version', '3.3.1'), (44, 5, 'plugin_author', 'Pär Thernström'), (45, 5, 'plugin_slug', 'simple-history'), (46, 5, 'plugin_title', 'Simple History'), (47, 5, '_message_key', 'plugin_activated'), (48, 5, '_wp_cron_running', 'true'), (49, 5, '_wp_cron_current_filter', 'simple_history/loggers_loaded'), (50, 5, '_server_remote_addr', '172.16.238.0'), (51, 5, '_server_http_referer', 'https://base-api.test/wp/wp-cron.php?doing_wp_cron=1671033275.9426159858703613281250'), (52, 6, 'plugin_name', 'SVG Support'), (53, 6, 'plugin_slug', 'svg-support'), (54, 6, 'plugin_title', 'SVG Support'), (55, 6, 'plugin_description', 'Upload SVG files to the Media Library and render SVG files inline for direct styling/animation of an SVG’s internal elements using CSS/JS. par Benbodhi.'), (56, 6, 'plugin_author', 'Benbodhi'), (57, 6, 'plugin_version', '2.5.5'), (58, 6, 'plugin_url', 'http://wordpress.org/plugins/svg-support/'), (59, 6, '_message_key', 'plugin_activated'), (60, 6, '_user_id', '1'), (61, 6, '_user_login', 'myclientisrich'), (62, 6, '_user_email', 'mick@myclientisrich.com'), (63, 6, '_server_remote_addr', '172.16.238.0'), (64, 6, '_server_http_referer', 'https://base-api.test/wp/wp-admin/plugins.php?plugin_status=all&paged=1&s'), (65, 7, 'plugin_name', 'WP Migrate Lite'), (66, 7, 'plugin_slug', 'wp-migrate-db'), (67, 7, 'plugin_title', 'WP Migrate Lite'), (68, 7, 'plugin_description', 'Exports your database as a MySQL data dump (much like phpMyAdmin), does a find and replace on URLs and file paths, then allows you to save it to your computer. par Delicious Brains.'), (69, 7, 'plugin_author', 'Delicious Brains'), (70, 7, 'plugin_version', '2.5.0'), (71, 7, 'plugin_url', 'https://wordpress.org/plugins/wp-migrate-db/'), (72, 7, '_message_key', 'plugin_activated'), (73, 7, '_user_id', '1'), (74, 7, '_user_login', 'myclientisrich'), (75, 7, '_user_email', 'mick@myclientisrich.com'), (76, 7, '_server_remote_addr', '172.16.238.0'), (77, 7, '_server_http_referer', 'https://base-api.test/wp/wp-admin/plugins.php?plugin_status=all&paged=1&s'), (78, 8, 'plugin_name', 'Yoast Duplicate Post'), (79, 8, 'plugin_slug', 'duplicate-post'), (80, 8, 'plugin_title', 'Yoast Duplicate Post'), (81, 8, 'plugin_description', 'The go-to tool for cloning posts and pages, including the powerful Rewrite & Republish feature. par Enrico Battocchi & Team Yoast.'), (82, 8, 'plugin_author', 'Enrico Battocchi & Team Yoast'), (83, 8, 'plugin_version', '4.5'), (84, 8, 'plugin_url', 'https://yoast.com/wordpress/plugins/duplicate-post/'), (85, 8, '_message_key', 'plugin_activated'), (86, 8, '_user_id', '1'), (87, 8, '_user_login', 'myclientisrich'), (88, 8, '_user_email', 'mick@myclientisrich.com'), (89, 8, '_server_remote_addr', '172.16.238.0'), (90, 8, '_server_http_referer', 'https://base-api.test/wp/wp-admin/plugins.php?plugin_status=all&paged=1&s'), (91, 9, 'plugin_name', 'Yoast SEO'), (92, 9, 'plugin_slug', 'wordpress-seo'), (93, 9, 'plugin_title', 'Yoast SEO'), (94, 9, 'plugin_description', 'The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more. par Team Yoast.'), (95, 9, 'plugin_author', 'Team Yoast'), (96, 9, 'plugin_version', '19.12'), (97, 9, 'plugin_url', 'https://yoa.st/1uj'), (98, 9, '_message_key', 'plugin_activated'), (99, 9, '_user_id', '1'), (100, 9, '_user_login', 'myclientisrich') ; INSERT INTO `wp_simple_history_contexts` ( `context_id`, `history_id`, `key`, `value`) VALUES (101, 9, '_user_email', 'mick@myclientisrich.com'), (102, 9, '_server_remote_addr', '172.16.238.0'), (103, 9, '_server_http_referer', 'https://base-api.test/wp/wp-admin/plugins.php?plugin_status=all&paged=1&s'), (104, 10, 'plugin_name', 'Advanced Custom Fields PRO'), (105, 10, 'plugin_slug', 'advanced-custom-fields-pro'), (106, 10, 'plugin_title', 'Advanced Custom Fields PRO'), (107, 10, 'plugin_description', 'Customize WordPress with powerful, professional and intuitive fields. par WP Engine.'), (108, 10, 'plugin_author', 'WP Engine'), (109, 10, 'plugin_version', '6.0.6'), (110, 10, 'plugin_url', 'https://www.advancedcustomfields.com'), (111, 10, '_message_key', 'plugin_activated'), (112, 10, '_user_id', '1'), (113, 10, '_user_login', 'myclientisrich'), (114, 10, '_user_email', 'mick@myclientisrich.com'), (115, 10, '_server_remote_addr', '172.16.238.0'), (116, 10, '_server_http_referer', 'https://base-api.test/wp/wp-admin/plugins.php'), (117, 11, 'plugin_name', 'Contact Form 7'), (118, 11, 'plugin_current_version', '5.6.4'), (119, 11, 'plugin_new_version', '5.7'), (120, 11, '_message_key', 'plugin_update_available'), (121, 11, '_user_id', '1'), (122, 11, '_user_login', 'myclientisrich'), (123, 11, '_user_email', 'mick@myclientisrich.com'), (124, 11, '_server_remote_addr', '172.16.238.0'), (125, 11, '_server_http_referer', 'https://base-api.test/wp/wp-admin/edit.php?post_type=acf-field-group&page=acf-settings-updates'), (126, 12, 'plugin_name', 'WP GraphQL'), (127, 12, 'plugin_slug', 'wp-graphql'), (128, 12, 'plugin_title', 'WP GraphQL'), (129, 12, 'plugin_description', 'GraphQL API for WordPress par WPGraphQL.'), (130, 12, 'plugin_author', 'WPGraphQL'), (131, 12, 'plugin_version', '1.13.7'), (132, 12, 'plugin_url', 'https://github.com/wp-graphql/wp-graphql'), (133, 12, 'plugin_github_url', 'https://github.com/wp-graphql/wp-graphql'), (134, 12, '_message_key', 'plugin_activated'), (135, 12, '_user_id', '1'), (136, 12, '_user_login', 'myclientisrich'), (137, 12, '_user_email', 'mick@myclientisrich.com'), (138, 12, '_server_remote_addr', '172.16.238.0'), (139, 12, '_server_http_referer', 'https://base-api.test/wp/wp-admin/plugins.php'), (140, 13, 'plugin_name', 'WPGraphQL for Advanced Custom Fields'), (141, 13, 'plugin_slug', 'wp-graphql-acf'), (142, 13, 'plugin_title', 'WPGraphQL for Advanced Custom Fields'), (143, 13, 'plugin_description', 'Adds Advanced Custom Fields to the WPGraphQL Schema par WPGraphQL, Jason Bahl.'), (144, 13, 'plugin_author', 'WPGraphQL, Jason Bahl'), (145, 13, 'plugin_version', '0.6.1'), (146, 13, 'plugin_url', 'https://wpgraphql.com/acf'), (147, 13, 'plugin_github_url', 'https://github.com/wp-graphql/wp-graphql-acf'), (148, 13, '_message_key', 'plugin_activated'), (149, 13, '_user_id', '1'), (150, 13, '_user_login', 'myclientisrich'), (151, 13, '_user_email', 'mick@myclientisrich.com'), (152, 13, '_server_remote_addr', '172.16.238.0'), (153, 13, '_server_http_referer', 'https://base-api.test/wp/wp-admin/plugins.php?plugin_status=all&paged=1&s'), (154, 14, 'plugin_name', 'Add WPGraphQL SEO'), (155, 14, 'plugin_slug', 'wp-graphql-yoast-seo'), (156, 14, 'plugin_title', 'Add WPGraphQL SEO'), (157, 14, 'plugin_description', 'A WPGraphQL Extension that adds support for Yoast SEO par Ash Hitchcock.'), (158, 14, 'plugin_author', 'Ash Hitchcock'), (159, 14, 'plugin_version', '4.20.0'), (160, 14, 'plugin_url', 'https://github.com/ashhitch/wp-graphql-yoast-seo'), (161, 14, '_message_key', 'plugin_activated'), (162, 14, '_user_id', '1'), (163, 14, '_user_login', 'myclientisrich'), (164, 14, '_user_email', 'mick@myclientisrich.com'), (165, 14, '_server_remote_addr', '172.16.238.0'), (166, 14, '_server_http_referer', 'https://base-api.test/wp/wp-admin/plugins.php'), (167, 15, 'name', 'Easy WP SMTP'), (168, 15, 'language', 'fr_FR'), (169, 15, 'translations', '{"language":"fr_FR","type":"plugin","slug":"easy-wp-smtp","version":"1.5.2"}'), (170, 15, '_message_key', 'translations_updated'), (171, 15, '_user_id', '1'), (172, 15, '_user_login', 'myclientisrich'), (173, 15, '_user_email', 'mick@myclientisrich.com'), (174, 15, '_server_remote_addr', '172.16.238.0'), (175, 15, '_server_http_referer', 'https://base-api.test/wp/wp-admin/update-core.php'), (176, 16, 'name', 'Custom Post Type UI'), (177, 16, 'language', 'fr_FR'), (178, 16, 'translations', '{"language":"fr_FR","type":"plugin","slug":"custom-post-type-ui","version":"1.13.2"}'), (179, 16, '_message_key', 'translations_updated'), (180, 16, '_user_id', '1'), (181, 16, '_user_login', 'myclientisrich'), (182, 16, '_user_email', 'mick@myclientisrich.com'), (183, 16, '_server_remote_addr', '172.16.238.0'), (184, 16, '_server_http_referer', 'https://base-api.test/wp/wp-admin/update-core.php'), (185, 17, 'plugin_name', 'Custom Post Type UI'), (186, 17, 'plugin_slug', 'custom-post-type-ui'), (187, 17, 'plugin_title', 'Custom Post Type UI'), (188, 17, 'plugin_description', 'Admin panel for creating custom post types and custom taxonomies in WordPress par WebDevStudios.'), (189, 17, 'plugin_author', 'WebDevStudios'), (190, 17, 'plugin_version', '1.13.2'), (191, 17, 'plugin_url', 'https://github.com/WebDevStudios/custom-post-type-ui/'), (192, 17, '_message_key', 'plugin_activated'), (193, 17, '_user_id', '1'), (194, 17, '_user_login', 'myclientisrich'), (195, 17, '_user_email', 'mick@myclientisrich.com'), (196, 17, '_server_remote_addr', '172.16.238.0'), (197, 17, '_server_http_referer', 'https://base-api.test/wp/wp-admin/plugins.php') ; # # Fin du contenu des données de la table `wp_simple_history_contexts` # -------------------------------------------------------- # # Supprimer toute table existante `wp_term_relationships` # DROP TABLE IF EXISTS `wp_term_relationships`; # # Structure de la table `wp_term_relationships` # CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_order` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Données de la table `wp_term_relationships` # INSERT INTO `wp_term_relationships` ( `object_id`, `term_taxonomy_id`, `term_order`) VALUES (1, 1, 0) ; # # Fin du contenu des données de la table `wp_term_relationships` # -------------------------------------------------------- # # Supprimer toute table existante `wp_term_taxonomy` # DROP TABLE IF EXISTS `wp_term_taxonomy`; # # Structure de la table `wp_term_taxonomy` # CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT 0, `count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Données de la table `wp_term_taxonomy` # INSERT INTO `wp_term_taxonomy` ( `term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1, 1, 'category', '', 0, 1) ; # # Fin du contenu des données de la table `wp_term_taxonomy` # -------------------------------------------------------- # # Supprimer toute table existante `wp_termmeta` # DROP TABLE IF EXISTS `wp_termmeta`; # # Structure de la table `wp_termmeta` # CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Données de la table `wp_termmeta` # # # Fin du contenu des données de la table `wp_termmeta` # -------------------------------------------------------- # # Supprimer toute table existante `wp_terms` # DROP TABLE IF EXISTS `wp_terms`; # # Structure de la table `wp_terms` # CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Données de la table `wp_terms` # INSERT INTO `wp_terms` ( `term_id`, `name`, `slug`, `term_group`) VALUES (1, 'Non classé', 'non-classe', 0) ; # # Fin du contenu des données de la table `wp_terms` # -------------------------------------------------------- # # Supprimer toute table existante `wp_usermeta` # DROP TABLE IF EXISTS `wp_usermeta`; # # Structure de la table `wp_usermeta` # CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Données de la table `wp_usermeta` # INSERT INTO `wp_usermeta` ( `umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1, 1, 'nickname', 'myclientisrich'), (2, 1, 'first_name', ''), (3, 1, 'last_name', ''), (4, 1, 'description', ''), (5, 1, 'rich_editing', 'true'), (6, 1, 'syntax_highlighting', 'true'), (7, 1, 'comment_shortcuts', 'false'), (8, 1, 'admin_color', 'fresh'), (9, 1, 'use_ssl', '0'), (10, 1, 'show_admin_bar_front', 'true'), (11, 1, 'locale', ''), (12, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'), (13, 1, 'wp_user_level', '10'), (14, 1, 'dismissed_wp_pointers', ''), (15, 1, 'show_welcome_panel', '1'), (16, 1, 'session_tokens', 'a:1:{s:64:"8b71f85b4788e90d8ec374e7875a8f6f8332af87351dc63252c671025ff7e5d9";a:4:{s:10:"expiration";i:1672242705;s:2:"ip";s:12:"172.16.238.1";s:2:"ua";s:84:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:107.0) Gecko/20100101 Firefox/107.0";s:5:"login";i:1671033105;}}'), (17, 1, 'wp_dashboard_quick_press_last_post_id', '4'), (18, 1, 'community-events-location', 'a:1:{s:2:"ip";s:12:"172.16.238.0";}'), (19, 1, 'wp_yoast_notifications', 'a:2:{i:0;a:2:{s:7:"message";s:395:"

Vous pouvez accélérer votre site et obtenir des statistiques de maillage interne en nous autorisant à procéder à quelques optimisations sur le stockage des données SEO.

Nous estimons que cela prendra moins d’une minute.

Démarrer l’optimisation des données SEO";s:7:"options";a:10:{s:4:"type";s:7:"warning";s:2:"id";s:13:"wpseo-reindex";s:4:"user";O:7:"WP_User":8:{s:4:"data";O:8:"stdClass":10:{s:2:"ID";s:1:"1";s:10:"user_login";s:14:"myclientisrich";s:9:"user_pass";s:60:"$2y$10$ntqeoeyh.SwqxEavBffTDORZZcKRgtVsfOlAQpUuCB1jxYCGkLLLO";s:13:"user_nicename";s:14:"myclientisrich";s:10:"user_email";s:23:"mick@myclientisrich.com";s:8:"user_url";s:24:"https://base-api.test/wp";s:15:"user_registered";s:19:"2022-12-14 15:51:33";s:19:"user_activation_key";s:0:"";s:11:"user_status";s:1:"0";s:12:"display_name";s:14:"myclientisrich";}s:2:"ID";i:1;s:4:"caps";a:1:{s:13:"administrator";b:1;}s:7:"cap_key";s:15:"wp_capabilities";s:5:"roles";a:1:{i:0;s:13:"administrator";}s:7:"allcaps";a:64:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;s:10:"copy_posts";b:1;s:20:"wpseo_manage_options";b:1;s:13:"administrator";b:1;}s:6:"filter";N;s:16:"\0WP_User\0site_id";i:1;}s:5:"nonce";N;s:8:"priority";d:0.8;s:9:"data_json";a:0:{}s:13:"dismissal_key";N;s:12:"capabilities";s:20:"wpseo_manage_options";s:16:"capability_check";s:3:"all";s:14:"yoast_branding";b:0;}}i:1;a:2:{s:7:"message";s:611:"

Important problème SEO : Vous bloquez actuellement l’accès aux robots des moteurs de recherche. Si vous souhaitez que les moteurs de recherche affichent votre site dans leurs résultats, vous devez aller dans les réglages de Lecture et décocher la case de l’option « Visibilité pour les moteurs de recherche ».

";s:7:"options";a:10:{s:4:"type";s:5:"error";s:2:"id";s:32:"wpseo-search-engines-discouraged";s:4:"user";O:7:"WP_User":8:{s:4:"data";O:8:"stdClass":10:{s:2:"ID";s:1:"1";s:10:"user_login";s:14:"myclientisrich";s:9:"user_pass";s:60:"$2y$10$ntqeoeyh.SwqxEavBffTDORZZcKRgtVsfOlAQpUuCB1jxYCGkLLLO";s:13:"user_nicename";s:14:"myclientisrich";s:10:"user_email";s:23:"mick@myclientisrich.com";s:8:"user_url";s:24:"https://base-api.test/wp";s:15:"user_registered";s:19:"2022-12-14 15:51:33";s:19:"user_activation_key";s:0:"";s:11:"user_status";s:1:"0";s:12:"display_name";s:14:"myclientisrich";}s:2:"ID";i:1;s:4:"caps";a:1:{s:13:"administrator";b:1;}s:7:"cap_key";s:15:"wp_capabilities";s:5:"roles";a:1:{i:0;s:13:"administrator";}s:7:"allcaps";a:64:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;s:10:"copy_posts";b:1;s:20:"wpseo_manage_options";b:1;s:13:"administrator";b:1;}s:6:"filter";N;s:16:"\0WP_User\0site_id";i:1;}s:5:"nonce";N;s:8:"priority";i:1;s:9:"data_json";a:0:{}s:13:"dismissal_key";N;s:12:"capabilities";s:20:"wpseo_manage_options";s:16:"capability_check";s:3:"all";s:14:"yoast_branding";b:0;}}}') ; # # Fin du contenu des données de la table `wp_usermeta` # -------------------------------------------------------- # # Supprimer toute table existante `wp_users` # DROP TABLE IF EXISTS `wp_users`; # # Structure de la table `wp_users` # CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT 0, `display_name` varchar(250) COLLATE utf8mb4_unicode_520_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=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Données de la table `wp_users` # INSERT INTO `wp_users` ( `ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1, 'myclientisrich', '$2y$10$ntqeoeyh.SwqxEavBffTDORZZcKRgtVsfOlAQpUuCB1jxYCGkLLLO', 'myclientisrich', 'mick@myclientisrich.com', 'https://base-api.test/wp', '2022-12-14 15:51:33', '', 0, 'myclientisrich') ; # # Fin du contenu des données de la table `wp_users` # -------------------------------------------------------- # # Supprimer toute table existante `wp_yoast_indexable` # DROP TABLE IF EXISTS `wp_yoast_indexable`; # # Structure de la table `wp_yoast_indexable` # CREATE TABLE `wp_yoast_indexable` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `permalink` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `permalink_hash` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `object_id` bigint(20) DEFAULT NULL, `object_type` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `object_sub_type` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `author_id` bigint(20) DEFAULT NULL, `post_parent` bigint(20) DEFAULT NULL, `title` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `description` mediumtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `breadcrumb_title` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `is_public` tinyint(1) DEFAULT NULL, `is_protected` tinyint(1) DEFAULT 0, `has_public_posts` tinyint(1) DEFAULT NULL, `number_of_pages` int(11) unsigned DEFAULT NULL, `canonical` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `primary_focus_keyword` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `primary_focus_keyword_score` int(3) DEFAULT NULL, `readability_score` int(3) DEFAULT NULL, `is_cornerstone` tinyint(1) DEFAULT 0, `is_robots_noindex` tinyint(1) DEFAULT 0, `is_robots_nofollow` tinyint(1) DEFAULT 0, `is_robots_noarchive` tinyint(1) DEFAULT 0, `is_robots_noimageindex` tinyint(1) DEFAULT 0, `is_robots_nosnippet` tinyint(1) DEFAULT 0, `twitter_title` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `twitter_image` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `twitter_description` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `twitter_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `twitter_image_source` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `open_graph_title` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `open_graph_description` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `open_graph_image` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `open_graph_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `open_graph_image_source` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `open_graph_image_meta` mediumtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `link_count` int(11) DEFAULT NULL, `incoming_link_count` int(11) DEFAULT NULL, `prominent_words_version` int(11) unsigned DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `blog_id` bigint(20) NOT NULL DEFAULT 1, `language` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `region` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `schema_page_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `schema_article_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `has_ancestors` tinyint(1) DEFAULT 0, `estimated_reading_time_minutes` int(11) DEFAULT NULL, `version` int(11) DEFAULT 1, `object_last_modified` datetime DEFAULT NULL, `object_published_at` datetime DEFAULT NULL, PRIMARY KEY (`id`), KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`), KEY `object_id_and_type` (`object_id`,`object_type`), KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`), KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`), KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`), KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Données de la table `wp_yoast_indexable` # INSERT INTO `wp_yoast_indexable` ( `id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`) VALUES (1, 'https://base-api.test/?page_id=3', '32:4083f81eff51d0015deeb9bfb21abc2d', 3, 'post', 'page', 1, 0, NULL, NULL, 'Politique de confidentialité', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-14 15:54:55', '2022-12-14 15:54:56', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-12-14 15:51:33', '2022-12-14 15:51:33'), (2, 'https://base-api.test/author/myclientisrich/', '44:f715b4eeb11659d3562fe9c3dee787da', 1, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, 'https://secure.gravatar.com/avatar/8469aef09427a2b5578399b1c7747e98?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/8469aef09427a2b5578399b1c7747e98?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2022-12-14 15:54:55', '2022-12-14 15:54:56', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-12-14 15:54:21', '2022-12-14 15:51:33'), (3, 'https://base-api.test/page-d-exemple/', '37:c7280f7a728e91565eb344412ab7d950', 2, 'post', 'page', 1, 0, NULL, NULL, 'Page d’exemple', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, '2022-12-14 15:54:55', '2022-12-14 15:54:56', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-12-14 15:51:33', '2022-12-14 15:51:33'), (4, 'https://base-api.test/2022/12/14/bonjour-tout-le-monde/', '55:a9047da91cfb94c56422d7ee53140de2', 1, 'post', 'post', 1, 0, NULL, NULL, 'Bonjour tout le monde !', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2022-12-14 15:54:55', '2022-12-14 15:54:56', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-12-14 15:51:33', '2022-12-14 15:51:33'), (5, 'https://base-api.test/category/non-classe/', '42:5532ebbf5194f85a446ee616e6d369b6', 1, 'term', 'category', NULL, NULL, NULL, NULL, 'Non classé', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2022-12-14 15:54:55', '2022-12-14 15:54:56', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-12-14 15:51:33', '2022-12-14 15:51:33'), (6, NULL, NULL, NULL, 'system-page', '404', NULL, NULL, 'Page non trouvée %%sep%% %%sitename%%', NULL, 'Erreur 404 : Page introuvable', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-14 15:54:55', '2022-12-14 15:54:56', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL), (7, NULL, NULL, NULL, 'system-page', 'search-result', NULL, NULL, 'Vous avez cherché %%searchphrase%% %%page%% %%sep%% %%sitename%%', NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-14 15:54:55', '2022-12-14 15:54:56', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL), (8, NULL, NULL, NULL, 'date-archive', NULL, NULL, NULL, '%%date%% %%page%% %%sep%% %%sitename%%', '', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-14 15:54:55', '2022-12-14 15:54:56', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL), (9, 'https://base-api.test/', '22:c578d47ac7b86f26e65a3fa3ccc92699', NULL, 'home-page', NULL, NULL, NULL, '%%sitename%% %%page%% %%sep%% %%sitedesc%%', '', 'Accueil', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, '%%sitename%%', '', '', '0', NULL, NULL, NULL, NULL, NULL, '2022-12-14 15:54:55', '2022-12-14 15:54:56', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-12-14 15:51:33', '2022-12-14 15:51:33') ; # # Fin du contenu des données de la table `wp_yoast_indexable` # -------------------------------------------------------- # # Supprimer toute table existante `wp_yoast_indexable_hierarchy` # DROP TABLE IF EXISTS `wp_yoast_indexable_hierarchy`; # # Structure de la table `wp_yoast_indexable_hierarchy` # CREATE TABLE `wp_yoast_indexable_hierarchy` ( `indexable_id` int(11) unsigned NOT NULL, `ancestor_id` int(11) unsigned NOT NULL, `depth` int(11) unsigned DEFAULT NULL, `blog_id` bigint(20) NOT NULL DEFAULT 1, PRIMARY KEY (`indexable_id`,`ancestor_id`), KEY `indexable_id` (`indexable_id`), KEY `ancestor_id` (`ancestor_id`), KEY `depth` (`depth`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Données de la table `wp_yoast_indexable_hierarchy` # INSERT INTO `wp_yoast_indexable_hierarchy` ( `indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (1, 0, 0, 1), (3, 0, 0, 1), (4, 0, 0, 1), (5, 0, 0, 1) ; # # Fin du contenu des données de la table `wp_yoast_indexable_hierarchy` # -------------------------------------------------------- # # Supprimer toute table existante `wp_yoast_migrations` # DROP TABLE IF EXISTS `wp_yoast_migrations`; # # Structure de la table `wp_yoast_migrations` # CREATE TABLE `wp_yoast_migrations` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `version` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `wp_yoast_migrations_version` (`version`) ) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Données de la table `wp_yoast_migrations` # INSERT INTO `wp_yoast_migrations` ( `id`, `version`) VALUES (1, '20171228151840'), (2, '20171228151841'), (3, '20190529075038'), (4, '20191011111109'), (5, '20200408101900'), (6, '20200420073606'), (7, '20200428123747'), (8, '20200428194858'), (9, '20200429105310'), (10, '20200430075614'), (11, '20200430150130'), (12, '20200507054848'), (13, '20200513133401'), (14, '20200609154515'), (15, '20200616130143'), (16, '20200617122511'), (17, '20200702141921'), (18, '20200728095334'), (19, '20201202144329'), (20, '20201216124002'), (21, '20201216141134'), (22, '20210817092415'), (23, '20211020091404') ; # # Fin du contenu des données de la table `wp_yoast_migrations` # -------------------------------------------------------- # # Supprimer toute table existante `wp_yoast_primary_term` # DROP TABLE IF EXISTS `wp_yoast_primary_term`; # # Structure de la table `wp_yoast_primary_term` # CREATE TABLE `wp_yoast_primary_term` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) DEFAULT NULL, `term_id` bigint(20) DEFAULT NULL, `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `created_at` datetime DEFAULT NULL, `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `blog_id` bigint(20) NOT NULL DEFAULT 1, PRIMARY KEY (`id`), KEY `post_taxonomy` (`post_id`,`taxonomy`), KEY `post_term` (`post_id`,`term_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Données de la table `wp_yoast_primary_term` # # # Fin du contenu des données de la table `wp_yoast_primary_term` # -------------------------------------------------------- # # Supprimer toute table existante `wp_yoast_seo_links` # DROP TABLE IF EXISTS `wp_yoast_seo_links`; # # Structure de la table `wp_yoast_seo_links` # CREATE TABLE `wp_yoast_seo_links` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `url` varchar(255) DEFAULT NULL, `post_id` bigint(20) unsigned DEFAULT NULL, `target_post_id` bigint(20) unsigned DEFAULT NULL, `type` varchar(8) DEFAULT NULL, `indexable_id` int(11) unsigned DEFAULT NULL, `target_indexable_id` int(11) unsigned DEFAULT NULL, `height` int(11) unsigned DEFAULT NULL, `width` int(11) unsigned DEFAULT NULL, `size` int(11) unsigned DEFAULT NULL, `language` varchar(32) DEFAULT NULL, `region` varchar(32) DEFAULT NULL, PRIMARY KEY (`id`), KEY `link_direction` (`post_id`,`type`), KEY `indexable_link_direction` (`indexable_id`,`type`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; # # Données de la table `wp_yoast_seo_links` # INSERT INTO `wp_yoast_seo_links` ( `id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (1, 'https://base-api.test/wp/wp-admin/', 2, NULL, 'internal', 3, NULL, NULL, NULL, NULL, NULL, NULL) ; # # Fin du contenu des données de la table `wp_yoast_seo_links` # -------------------------------------------------------- # # Add constraints back in and apply any alter data queries. #