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
mysql --login-path=wiki --silent --raw --skip-column-names --execute 'SET SESSION group_concat_max_len = 100000; select group_concat(distinct table_name order by table_type separator " ") as sistem_tables from information_schema.tables where table_name like "sistem_%" and table_name not like "sistem_wp_%" and table_schema="reiki_ru"'