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
Apparently there is a max length limit for GROUP_CONCAT function that is used inside getAllTables, and its default of 1024 is too low to get all tables from bigger databases (like Magento). We should raise the limit temporarily with SET SESSION group_concat_max_len = 1000000;
The text was updated successfully, but these errors were encountered:
Apparently there is a max length limit for
GROUP_CONCAT
function that is used insidegetAllTables
, and its default of1024
is too low to get all tables from bigger databases (like Magento). We should raise the limit temporarily withSET SESSION group_concat_max_len = 1000000;
The text was updated successfully, but these errors were encountered: