We have 3 users. 1) Superadmin; 2) Super Users; 3) Users. In our application, we want to have export the database to .sql file so that we will have backup.
We added the button "Export Database" but this button is for superadmin only.
school database
// Tables
users
roles
When I clicked the "Export Database", my "school" database will be export to .sql
Question: Is it possible to export the database without any tools?