I solved my problem with lorro helps ??
1- Create the wp_woocommerce_tax_rate_locations table (check if you already have it)
CREATE TABLE wp_woocommerce_tax_rate_locations (
location_id bigint(20) NOT NULL,
location_code varchar(255) NOT NULL,
tax_rate_id bigint(20) NOT NULL,
location_type varchar(40) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2- Delete Tax Rates
3- Disable Tax Options
4- Enable Tax Options
That’s all i did, i hope it helps ??