| Server IP : 45.40.142.9 / Your IP : 216.73.216.250 Web Server : Apache System : Linux s45-40-142-9.secureserver.net 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : bayspec ( 506) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/mysql-test/suite/perfschema/r/ |
Upload File : |
SELECT * FROM performance_schema.session_connect_attrs LIMIT 1; SELECT * FROM performance_schema.session_connect_attrs where ATTR_NAME='FOO' OR ATTR_VALUE='BAR'; INSERT INTO performance_schema.session_connect_attrs SET ATTR_NAME='FOO', ATTR_VALUE='BAR', ORDINAL_POSITION=100, PROCESS_ID=102; ERROR 42000: INSERT command denied to user 'root'@'localhost' for table 'session_connect_attrs' UPDATE performance_schema.session_connect_attrs SET ATTR_NAME='FOO'; ERROR 42000: UPDATE command denied to user 'root'@'localhost' for table 'session_connect_attrs' UPDATE performance_schema.session_connect_attrs SET ATTR_NAME='FOO' WHERE ATTR_VALUE='BAR'; ERROR 42000: UPDATE command denied to user 'root'@'localhost' for table 'session_connect_attrs' DELETE FROM performance_schema.session_connect_attrs WHERE ATTR_VALUE='BAR'; ERROR 42000: DELETE command denied to user 'root'@'localhost' for table 'session_connect_attrs' DELETE FROM performance_schema.session_connect_attrs; ERROR 42000: DELETE command denied to user 'root'@'localhost' for table 'session_connect_attrs' LOCK TABLES performance_schema.session_connect_attrs READ; ERROR 42000: SELECT, LOCK TABLES command denied to user 'root'@'localhost' for table 'session_connect_attrs' UNLOCK TABLES; LOCK TABLES performance_schema.session_connect_attrs WRITE; ERROR 42000: SELECT, LOCK TABLES command denied to user 'root'@'localhost' for table 'session_connect_attrs' UNLOCK TABLES;