Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/mysql/64.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/wordpress/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Mysql WooCommerce在数据库中的何处存储设置_Mysql_Wordpress_Woocommerce - Fatal编程技术网

Mysql WooCommerce在数据库中的何处存储设置

Mysql WooCommerce在数据库中的何处存储设置,mysql,wordpress,woocommerce,Mysql,Wordpress,Woocommerce,我查看了数据库表,特别是所有以wp_为前缀的表以及wp_选项表 我似乎找不到配置设置的存储位置 这将存储在 wp-options 以woocommerce\u default\u country开头的表格将订单设置为post(自定义post类型)。因此,分配给每个订单的ID在wp_posts表的“ID”自动增量值上有所不同 您可以根据需要修改其值。在选项表中,您有类似于woocommerce{the gateway id}\u设置的内容。数据以排序数组的形式存储 当你找到答案时,你没有回答这

我查看了数据库表,特别是所有以wp_为前缀的表以及wp_选项表

我似乎找不到配置设置的存储位置

这将存储在

wp-options 
以woocommerce\u default\u country开头的表格将订单设置为post(自定义post类型)。因此,分配给每个订单的ID在wp_posts表的“ID”自动增量值上有所不同


您可以根据需要修改其值。

在选项表中,您有类似于
woocommerce{the gateway id}\u设置的内容。数据以排序数组的形式存储


当你找到答案时,你没有回答这个问题。我也有类似的挑战。我找到了答案。

为了清晰起见,为了让我看起来不那么愚蠢,我对问题的答案进行了编辑。正确的名称是表wp\u options。要花这么多时间。