WordPress only uses the tables it creates upon installation. Technically WP wouldn’t have a problem with removing tables that are not in the created tables. However, messing with the tables in the mysql
database is not necessarily the best for MySQL itself. Also, if you are trying to optimize MySQL by removing tables and databases, you might want to look at alternative data storage.
Related Posts:
- How do I optimize a custom post type admin page with 25,000 posts?
- Get a listing of portfolio items and categories
- Create a WordPress administrator without access to back-end
- Does an administrator access allow someone to access to the WordPress database?
- Having problem creating local instance of wordpress site
- my wordpress configuration locally vs live server
- Admin Ajax is returning 0
- Add a Separator to the Admin Menu?
- Adding a custom admin page
- Allowing admin-ajax.php to receive “application/json” instead of “x-www-form-urlencoded”
- Custom admin email for new user registration
- Make A WordPress Page Accessible To Admins Only, Redirect Other User Roles
- localhost/wp-admin on my local redirects to production site’s /wp-admin
- A similar hook as wp_head for the admin area
- How do I set up a webhook?
- Hide allow trackbacks/pingbacks
- How to retain HTML5 Attributes on Markup
- Gallery Settings Change available Columns
- Hide Admin menus per role in WordPress
- wordpress upload http error?
- Dynamically Set WordPress Post Title To The Category Name
- How to find out if an wp-admin action edited a file?
- Text snippets shared across posts
- Add Admin User via SQL
- Add number new posts (post_status = pending) to administration menu [duplicate]
- How to remove Gravatar from Username column
- Page only shows when user is logged in (even with visibility set to public)
- I keep getting logged out in Firefox
- get_template_part in admin
- Why Jetpack is missing the “Feedbacks” menu item? [closed]
- Getting the different post statuses + count like in edit.php, in a custom submenu page
- What is the optimal way to filter out subpages from admin?
- Create a Meta Box in the Admin User Screen?
- Send email to Admin when user/member updates specific user/member data
- Help with shortcode in admin-ajax [closed]
- Protect custom php file with login
- Remove the whole menu in the admin
- disable admin-bar search field for specific roles
- Limit Words in Category / Term Description – Admin Panel
- Change top level menu item to point to custom submenu item
- Change admin logout URL
- Link to post author but exclude administrator (on single.php)
- Default admin color scheme as “blue”
- Don’t attribute content to admin users
- Can user #1 (the initial user) be deleted without ill effect?
- wp-admin post.php JavaScript Links Not Working
- Remove duplicate product link from WooCommerce Page Row Actions
- How to set default editor tab
- Admin Taxonomy Terms – Orderby Term Field
- How do I add an admin notice within javascript in the admin interface for posts?
- Admin toolbar shows up when not logged in
- Make the Status, Visibility, or Date fields opened by default in the Publish box
- WordPress Admin Login Redirect Problem
- Attachment display settings only allows “full-size”
- Admin option sidebar count
- 500 internal server error on wp-admin only
- Admin Top Bar Not Showing On Front End
- WordPress administration Over SSL – To Force SSL Logins and SSL Admin Access
- Only Admin can Edit, Delete or Update
- Set Edit Post meta boxes inactive
- How to verify nonces in bulk?
- Getting admin notices to appear after page refresh
- Hide post title input for all roles except admin
- How to activate the dashboard
- avoiding the display of certain categories to certain user roles at content entry time
- hide elements of admin with css file
- WordPress Hacked 5.5 admin-ajax.php [closed]
- Excerpt showing under title in admin columns
- how to remove +new from wp admin area
- html id is removed for non admin user?
- Given multiple admin accounts, how can I make it so that only admin with X username can edit posts
- Dynamic WordPress Admin Panel
- How to show a custom notification to a specific user?
- Visual Editor only working for the admin user
- Control Users listed in Users List on dashboard
- Weird jquery problem when upgrade to WordPress 3.1
- Maintenance mode excluding site administrators
- Admin back end – get URL of file using file browser
- Unable to edit my “Administration Email Address” after mySQL editing?
- Why does my admin email address keep changing to something random?
- WordPress Admin Doesnt work
- Admin Bar Acting Up
- WP administration over SSL using different domain
- Hide top admin panel for non admin and non editors
- Filter on the day of the week from timestamp
- Get content of publish box
- Add button in admin columns
- How to switch between two forms for visitor once admin logged in?
- Run filter if only it was run from specific admin page ( ‘upload_dir’ changed )
- How to create input page in WordPress admin panel?
- Disable a function from executing in post.php
- Admin blank but Admin menu showing
- Reference external file as a function
- Is it possible to get rid of admin new updates notifications?
- WordPress 4.5 Inline Link Toolbar not working on custom wp_editor instance
- Cant enter admin page with SSL
- 2FA for admin login only, is it doable?
- Add a user to edit the layout of a site
- CSS Styles specific to Admin Sidebar not loading
- Display notice in block editor after wp_insert_post_data hook