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
I activated 'performance_schema' table (following your instructions), restarted server (now performance_schema table is there) and run the script:
mysql -u root -p < ./sys_10.sql
and it throws an error:
root@5417a729b84c:/performance/mariadb-sys-master# mysql -u root -p < ./sys_10.sql
Enter password:
ERROR 1054 (42S22) at line 78 in file: './views/p_s/metrics_56.sql': Unknown column 'STATUS' in 'field list'
What's happening here? it's a bug?
Please excuse my very basic english ;-)
The text was updated successfully, but these errors were encountered:
I activated 'performance_schema' table (following your instructions), restarted server (now performance_schema table is there) and run the script:
mysql -u root -p < ./sys_10.sql
and it throws an error:
What's happening here? it's a bug?
Please excuse my very basic english ;-)
The text was updated successfully, but these errors were encountered: