You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WordPress/playground-tools#154 introduces a "clone my site in WordPress Playground" feature. A part of it is dumping the entire database into an SQL file and then running the file in a WordPress Playground instance.
At the moment, it's broken because the SHOW CREATE TABLE query isn't supported yet and yields an error:
MySQL query:
SHOW CREATE TABLE `_mysql_data_types_cache`
Queries made or created this session were:
Executing: BEGIN | (no parameters)
Executing: ROLLBACK | (no parameters)
Error occurred at line 3378 in Function handle_error. Error message was: Unknown show type: CREATE TABLE.
The text was updated successfully, but these errors were encountered:
WordPress/playground-tools#154 introduces a "clone my site in WordPress Playground" feature. A part of it is dumping the entire database into an SQL file and then running the file in a WordPress Playground instance.
At the moment, it's broken because the
SHOW CREATE TABLE
query isn't supported yet and yields an error:The text was updated successfully, but these errors were encountered: