Sorry to hear you are getting the “Error while sending QUERY packet’ message. The best we can tell, this has to do with the max_allowed_packet_size. This should be able to be set via the php.ini file. You may find more information at this post regarding the issue.
Source: Branex
Related Posts:
- Get url of product’s images (woocommerce)
- How to select from two different tables to display orders list with custom column from other table
- Get decimal from product price with Mysql
- Deleted products from woocommerce are still in the database
- Woocommerce permalink URL change in DB
- Using wpdb to connect to a separate database
- How to return number of found rows from SELECT query
- How to fetch Data in WordPress using MySQLi or $wpdb
- wpdb->insert multiple record at once
- How to define composite keys with dbDelta()
- Share users and WooCommerce memberships between two installations
- find a random blogid across my multisite network that has at least one post published
- $wpdb->delete column values IN ARRAY()?
- Is it safe to delete from db orphaned posts i.e. whose post_parent no longer exists?
- Where is the “default attribute” values located in the phpMyAdmin in Woocommerce?
- Inserting Post Meta From SQL
- Why does dbDelta() not catch MysqlErrors?
- What causes the “max_user_connections” warning on WordPress frontend?
- WooCommerce – Query for ordered products
- How to execute mulitple statement SQL queries using $wpdb->query?
- Database slowdown after update to 3.4.1
- Get WooCommerce product attribute taxonomies in a SQL query on WordPress database
- Activation hook not creating table
- $wpdb -> Batch insert from XML File?
- wpdb_prepare with multiple or condition
- Order by custom table and multiplication
- How can i create a WooCommerce product programatically or using sql query?
- Programmatically adding product attributes to WP / Woo commerce
- wpdb custom post_type problem
- WordPress database error – Error in SQL syntax – I can’t identify any error?
- Advanced SELECT query with condtional statements
- Help With MySQL to WPDB Query Conversion
- Redirecting to old domain after migration website
- Woocommerce PHP site that shows table with orders from specific category
- How to delete all customer user account that haven’t placed a single order?
- Update results, Before deleting the related category [closed]
- Create table from array with prepare
- WordPress running SQL query to update database from form
- after wordpress update to 3.5+ i get many errors in plugin wpdb::prepare()
- Have working sql query… trying to adjust it to use $wpdb
- 600k of option_name “c_facebook_background_product_sync_job”
- Is it safe to have 2 mysql users?
- DELETE WooCommerce Order data from database
- Custom WordPress Table wpdb
- Best practice to limit results in get_row()?
- Should I use docker in wordpress production?
- Same request Mysql/Php not same result
- I can’t update my data through $wpdb
- Trouble running $wpdb->query() with last_insert_id
- Help me to intergrate product database to WordPress
- Undo WooCommerce CSV import
- Query Column of Specific ID from Database Table
- How to create more than one new wpdb object?
- How to connect and insert data in database of wordpress?
- Restore woocommerce orders
- How to get product order by two custom taxonomy in wordpress
- Add row to custom database Table and delete all rows older than 1 day
- WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version [closed]
- select a single val though a table in wordpress
- WordPress database error: [Query was empty] – using $wpdb->prepare()
- Convert a column of a table containing an Array as response in HTML
- WooCommerce – 500k Jump in Order Number?
- How to escape percentage sign(%) in sql query with $wpdb->prepare?
- What is my error trying to create a new table in the database?
- Writing a function for WP Cron to run a SQL command daily
- WordPress Development Workflow
- “BS_” rows in postmeta table
- How to merge 2 accounts with same email address after merge of 2 woocommerce databases
- Using wpdb to connect to a different database is not working
- Update WooCommerce stock status with SQL query if stock value is greater than 0
- Update a list of product to featured if product have meta value (Mysql not wpquery)
- MySQL error or data corruption after database migration
- Applying pre-production modifications
- Query product’s image path by category WooCommerce database?
- Does WP-WooC support filters at database?
- Where is the HTML-handler part in the wpdb class?
- WordPress Database Query works in phpMyAdmin but not in the code
- WooCommerce database upgrade behaviour
- Update a user meta key based on WooCommerce product purchase
- Alter the cost of products using phpmyadmin sql query
- Mysql query – amount spent by customer
- How Fragile Is DB if I Upload Completely Updated Files
- insert data from a form:: Warning Empty query mysqli::query()
- How can I get $wpdb to show MySQL warnings?
- In woocommerce some products have empty options, but how to check this
- How To connect to the same WordPress database with different database user
- Write mysql credentials in plugin
- using same mysql user with many databases
- MySQL database migration to WordPress
- Create a WordPress Database query to find users who purchased specific product through WooCommerce [closed]
- Update WooCommerce Short Description using SQL
- Export Woocomerce Image Product URL
- Uploading to WordPress Database
- Putting form result in my database
- Changing BIGINT to INT
- Where can I find a single item template
- Error establishing database connection – high traffic?
- List of ways to access WordPress database?
- Cart page displays the price and amount as zero regardless of price entered [closed]
- how to query single product in woocommerce? [closed]