Database_only.sql -
: These files are generally designed to be executed via a command-line interface or a database management tool (e.g., mysql -u user -p database < database_only.sql ). 3. Read-Only Access
: Provides an option to restrict queries to read-only access (only SQL SELECT statements allowed), which is sometimes categorized under "database only" permissions to prevent structural changes. database_only.sql
Some database drivers and configurations use similar terminology to restrict access: : These files are generally designed to be
: Unlike a "Full Site Backup," which includes an installer script and all site files, this option only produces the raw SQL data. database_only.sql
: It generates a standalone .sql file containing a dump of the site's database.