Re: User Created Dashboards are Dashboards
Posted: Mon Apr 06, 2020 2:55 pm
Please send the output of these commands (as root):
- NOTE: You may need to adjust the -uroot, and -pnagiosxi in the commands if you've changed the root mysql password
- NOTE: You may need to adjust the -uroot, and -pnagiosxi in the commands if you've changed the root mysql password
Code: Select all
echo "SELECT table_name AS 'Table', round(((data_length + index_length) / 1024 / 1024), 2) 'Size in MB' FROM information_schema.TABLES WHERE table_schema IN ('nagios', 'nagiosql', 'nagiosxi');" | mysql -h 127.0.0.1 -uroot -pnagiosxi --tableCode: Select all
echo "DESC xi_usermeta;" | mysql -h 127.0.0.1 -uroot -pnagiosxi nagiosxi --table