I want my php file user to be able to truncate
. In phpmyadmin there is an option to set privalage to DROP
, but I can't see one for TRUNCATE
. Any ideas?
It requires the DROP privilege as of MySQL 5.1.16. (Before 5.1.16, it requires the DELETE privilege).
truncate It requires the DROP
privilege as of MySQL 5.1.16. (Before 5.1.16, it requires the DELETE
privilege).
http://dev.mysql.com/doc/refman/5.1/en/truncate-table.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With