Hi there,
I am doing a fresh installation of wordpress and woocommerce 6.5.1, when I tried to activate woocommerce plugin, the page goes blank. I checked the apache log and discovered the following error:
WordPress database error REFERENCES command denied to user 'xxxxx'@'localhost' for table 'xxxx_woocommerce_downloadable_product_permissions' for query ALTER TABLExxxx_wc_download_log\n\t\t\t\t\tADD CONSTRAINTxxx_xxxx_wc_download_log_permission_id\n\t\t\t\t\tFOREIGN KEY (permission_id)\n\t\t\t\t\tREFERENCESxxxx_woocommerce_downloadable_product_permissions(permission_id) ON DELETE CASCADE; made by activate_plugin, do_action('activate_woocommerce/woocommerce.php'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Install::install, WC_Install::create_tables, referer: https://xxxxxxxx.com/wp-admin/plugins.php
This error is completely stop the installation of woocommerce.
Please advise, thank you!