Prova detta:
SHOW TABLES FROM database
WHERE Tables_in_database
LIKE 'wp_%' AND Tables_in_database
NOT REGEXP 'wp_[0-9]+'
dvs ta bort %
tecken från regex.
Prova detta:
SHOW TABLES FROM database
WHERE Tables_in_database
LIKE 'wp_%' AND Tables_in_database
NOT REGEXP 'wp_[0-9]+'
dvs ta bort %
tecken från regex.