Advanced Data Table – unsafe SQL
-
Hello…
For your Advanced Data Table widget, if I configure it with Source = “Database”, “Select Query” = “MySQL Query”, and then enter a MySQL Query like
DROP TABLE wp_posts;
, what will happen? Will the table be dropped?Also, on a multisite network, is there any mechanism to prevent an author on one site from querying tables on a different site on the multisite network. Or any protection against writing an
INSERT
,UPDATE
,DROP TABLE
or similar potentially damaging SQL as the MySQL query?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Advanced Data Table – unsafe SQL’ is closed to new replies.