If you allow others to access and utilize the FusionBB database table on your MySQL server, be sure to double-check the following:
- To ensure the upmost security, do not provide root-level (Admin) rights to the MySQL database.
- The minimum privilege settings that FusionBB requires for MySQL access and nominal functionality are:
- select
- insert
- update
- delete
- file
- create
- alter
- drop
(Thanks to FusionBB Developer Josh Pettit and FusionBB member Ted_G for this topic information!)